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

Unified Diff: cc/input/input_handler.h

Issue 2358323003: Keep expanded if mouse moves off of scrollbar while dragging (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into fix-636438 Created 4 years, 3 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.h » ('j') | cc/trees/layer_tree_host_impl.h » ('J')
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 5f1f343f55a23756180784789ffa0184dc6c56db..d489d457c8b2ac7bbf5113d5c8d5f5c50890cc97 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -153,6 +153,8 @@ class CC_EXPORT InputHandler {
virtual ScrollStatus FlingScrollBegin() = 0;
virtual void MouseMoveAt(const gfx::Point& mouse_position) = 0;
+ virtual void MouseDownAt(const gfx::Point& mouse_position) = 0;
weiliangc 2016/09/29 21:37:33 I don't see the mouse_position being used. Is it p
+ virtual void MouseUp() = 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.h » ('j') | cc/trees/layer_tree_host_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698