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

Unified Diff: cc/layers/scrollbar_layer_unittest.cc

Issue 2716453005: Aura Overlay Scrollbars appear when mouse hovers over scroller edge (Closed)
Patch Set: rename fade in to show 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
« no previous file with comments | « cc/layers/scrollbar_layer_impl_base.h ('k') | cc/layers/solid_color_scrollbar_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/scrollbar_layer_unittest.cc
diff --git a/cc/layers/scrollbar_layer_unittest.cc b/cc/layers/scrollbar_layer_unittest.cc
index ce209fdbd8d59f0475dc3abac23942280a873b06..5abdca78a25cc6f4a7eac12ab5bab282913267bc 100644
--- a/cc/layers/scrollbar_layer_unittest.cc
+++ b/cc/layers/scrollbar_layer_unittest.cc
@@ -105,9 +105,11 @@ class ScrollbarLayerTest : public testing::Test {
layer_tree_settings_.use_zero_copy = true;
layer_tree_settings_.scrollbar_animator =
LayerTreeSettings::ANDROID_OVERLAY;
- layer_tree_settings_.scrollbar_fade_delay =
+ layer_tree_settings_.scrollbar_show_delay =
base::TimeDelta::FromMilliseconds(20);
- layer_tree_settings_.scrollbar_fade_duration =
+ layer_tree_settings_.scrollbar_fade_out_delay =
+ base::TimeDelta::FromMilliseconds(20);
+ layer_tree_settings_.scrollbar_fade_out_duration =
base::TimeDelta::FromMilliseconds(20);
layer_tree_settings_.verify_clip_tree_calculations = true;
« no previous file with comments | « cc/layers/scrollbar_layer_impl_base.h ('k') | cc/layers/solid_color_scrollbar_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698