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

Unified Diff: cc/input/input_handler.h

Issue 2384053002: cancel overlay-scrollbar hover state when moving pointer out of window for ChromeOS (Closed)
Patch Set: quick return 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
« no previous file with comments | « no previous file | cc/input/scrollbar_animation_controller_thinning.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index 4bf52d52809086f5e8d6b1b399ac90b19a593734..9b96db789d1d03c4a5fc6fc655288ffb3ad0f0d1 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -155,6 +155,7 @@ class CC_EXPORT InputHandler {
virtual void MouseMoveAt(const gfx::Point& mouse_position) = 0;
virtual void MouseDown() = 0;
virtual void MouseUp() = 0;
+ virtual void MouseLeave() = 0;
// Stop scrolling the selected layer. Should only be called if ScrollBegin()
// returned SCROLL_STARTED.
« no previous file with comments | « no previous file | cc/input/scrollbar_animation_controller_thinning.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698