Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: webkit/common/webpreferences.cc

Issue 18341009: Refactor cc scrollbar layers to separate solid-color vs desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/common/webpreferences.h ('k') | webkit/renderer/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.cc
diff --git a/webkit/common/webpreferences.cc b/webkit/common/webpreferences.cc
index 9ae6118b0abefa02d5f31fffe6811b0a73afa350..47bcc07692df723d39dfdaaef68435658e11e62f 100644
--- a/webkit/common/webpreferences.cc
+++ b/webkit/common/webpreferences.cc
@@ -117,6 +117,7 @@ WebPreferences::WebPreferences()
experimental_websocket_enabled(false),
pinch_virtual_viewport_enabled(false),
pinch_overlay_scrollbar_thickness(0),
+ use_solid_color_scrollbars(false),
cookie_enabled(true)
#if defined(OS_ANDROID)
,
« no previous file with comments | « webkit/common/webpreferences.h ('k') | webkit/renderer/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698