Index: content/public/common/renderer_preferences.cc |
diff --git a/content/public/common/renderer_preferences.cc b/content/public/common/renderer_preferences.cc |
index 8d6dc3c2c21cbf5d10e0e4bce57f0800c22a2e8c..ddb4c11187e16385c9a6a4a168273846acf4a777 100644 |
--- a/content/public/common/renderer_preferences.cc |
+++ b/content/public/common/renderer_preferences.cc |
@@ -12,6 +12,7 @@ RendererPreferences::RendererPreferences() |
hinting(RENDERER_PREFERENCES_HINTING_SYSTEM_DEFAULT), |
subpixel_rendering( |
RENDERER_PREFERENCES_SUBPIXEL_RENDERING_SYSTEM_DEFAULT), |
+ use_subpixel_positioning(false), |
focus_ring_color(0), |
thumb_active_color(0), |
thumb_inactive_color(0), |