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

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: Address Jochen's comments. 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 8d60efe5797f278641398d15e21be8947ade256c..f76c4742b8d46b877f91e527dca566f8d8610ac9 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