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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 17550008: Make IsSolidColor() a property on CC scrollbar layers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use DCHECK(layer_tree_host()) instead. Created 7 years, 6 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
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index c4513da8bf1d688b4cd4a2165e15250fa0df7ce5..303813754279414bb2535c3d13e663e0b580a630 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -28,7 +28,7 @@ LayerTreeSettings::LayerTreeSettings()
use_linear_fade_scrollbar_animator(false),
scrollbar_linear_fade_delay_ms(300),
scrollbar_linear_fade_length_ms(300),
- solid_color_scrollbars(false),
+ force_solid_color_scrollbars(false),
solid_color_scrollbar_color(SK_ColorWHITE),
solid_color_scrollbar_thickness_dip(-1),
calculate_top_controls_position(false),

Powered by Google App Engine
This is Rietveld 408576698