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

Unified Diff: cc/input/scrollbar_animation_controller.cc

Issue 2766383002: Reset need_trigger_scrollbar_show_ in SAC::DidMouseLeave (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | cc/input/scrollbar_animation_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/scrollbar_animation_controller.cc
diff --git a/cc/input/scrollbar_animation_controller.cc b/cc/input/scrollbar_animation_controller.cc
index 52f83e53ecae5db058a52ee1d4f2de8b6d64eddf..0d4e00a1389942645474053325b459b24c9b5a13 100644
--- a/cc/input/scrollbar_animation_controller.cc
+++ b/cc/input/scrollbar_animation_controller.cc
@@ -243,6 +243,7 @@ void ScrollbarAnimationController::DidMouseLeave() {
horizontal_controller_->DidMouseLeave();
delayed_scrollbar_show_.Cancel();
+ need_trigger_scrollbar_show_ = false;
if (ScrollbarsHidden() || Captured())
return;
« no previous file with comments | « no previous file | cc/input/scrollbar_animation_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698