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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2421913002: Change Aura overlay scrollbars from solid color to painted scrollbars. (Closed)
Patch Set: Move ad-hoc MD scrollbar constants into central location. Created 4 years, 2 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 22275d88e4ed32fd22e20135f0d1684d69f3fe25..007b4cbed2e8e14a59705a680e4532f42de91c52 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -59,6 +59,7 @@ class CC_EXPORT LayerTreeSettings {
int scrollbar_fade_delay_ms = 0;
int scrollbar_fade_resize_delay_ms = 0;
int scrollbar_fade_duration_ms = 0;
+ int scrollbar_thinning_duration_ms = 0;
SkColor solid_color_scrollbar_color = SK_ColorWHITE;
bool timeout_and_draw_when_animation_checkerboards = true;
bool layer_transforms_should_scale_layer_contents = false;
« no previous file with comments | « no previous file | content/browser/renderer_host/render_view_host_impl.cc » ('j') | ui/native_theme/material_design_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698