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

Unified Diff: cc/input/scrollbar_animation_controller_thinning.h

Issue 2384053002: cancel overlay-scrollbar hover state when moving pointer out of window for ChromeOS (Closed)
Patch Set: remove fix for not chromeos 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/input/scrollbar_animation_controller_thinning.h
diff --git a/cc/input/scrollbar_animation_controller_thinning.h b/cc/input/scrollbar_animation_controller_thinning.h
index d1d4ee0bac8539ade7052c282b7914c4e863fb0e..c0bf675da05dfe4b856faf74a8ff825c435e2751 100644
--- a/cc/input/scrollbar_animation_controller_thinning.h
+++ b/cc/input/scrollbar_animation_controller_thinning.h
@@ -40,6 +40,7 @@ class CC_EXPORT ScrollbarAnimationControllerThinning
void DidCaptureScrollbarEnd() override;
void DidMouseMoveOffScrollbar() override;
void DidMouseMoveNear(float distance) override;
+ void DidMouseLeave() override;
protected:
ScrollbarAnimationControllerThinning(

Powered by Google App Engine
This is Rietveld 408576698