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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 18341009: Refactor cc scrollbar layers to separate solid-color vs desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments; plumb scrollbar color via flag. 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
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index d3a71cf8ed76dc082ce0914edaa55877d5ba9e55..5e60a916c2dc336811417ec2800561fbe75d5392 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -38,7 +38,6 @@ class CC_EXPORT LayerTreeSettings {
int scrollbar_linear_fade_length_ms;
bool solid_color_scrollbars;
SkColor solid_color_scrollbar_color;
- int solid_color_scrollbar_thickness_dip;
bool calculate_top_controls_position;
bool use_memory_management;
bool timeout_and_draw_when_animation_checkerboards;

Powered by Google App Engine
This is Rietveld 408576698