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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 2716453005: Aura Overlay Scrollbars appear when mouse hovers over scroller edge (Closed)
Patch Set: add 50px trigger Created 3 years, 10 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 f4f404ac55be9ec009675f3f0cf6c229ca061154..cb92d67c99db7dac08ada7450f4573e073d29f06 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -38,9 +38,11 @@ bool LayerTreeSettings::operator==(const LayerTreeSettings& other) const {
other.gpu_rasterization_msaa_sample_count &&
create_low_res_tiling == other.create_low_res_tiling &&
scrollbar_animator == other.scrollbar_animator &&
- scrollbar_fade_delay == other.scrollbar_fade_delay &&
- scrollbar_fade_resize_delay == other.scrollbar_fade_resize_delay &&
- scrollbar_fade_duration == other.scrollbar_fade_duration &&
+ scrollbar_fade_in_delay == other.scrollbar_fade_in_delay &&
+ scrollbar_fade_out_delay == other.scrollbar_fade_out_delay &&
+ scrollbar_fade_out_resize_delay ==
+ other.scrollbar_fade_out_resize_delay &&
+ scrollbar_fade_out_duration == other.scrollbar_fade_out_duration &&
solid_color_scrollbar_color == other.solid_color_scrollbar_color &&
timeout_and_draw_when_animation_checkerboards ==
other.timeout_and_draw_when_animation_checkerboards &&

Powered by Google App Engine
This is Rietveld 408576698