diff options
Diffstat (limited to 'cc/input/input_handler.h')
-rw-r--r-- | cc/input/input_handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h index db26561..26fc480 100644 --- a/cc/input/input_handler.h +++ b/cc/input/input_handler.h @@ -96,6 +96,8 @@ class CC_EXPORT InputHandler { virtual void NotifyCurrentFlingVelocity(gfx::Vector2dF velocity) = 0; + virtual void MouseMoveAt(gfx::Point mouse_position) = 0; + // Stop scrolling the selected layer. Should only be called if ScrollBegin() // returned ScrollStarted. virtual void ScrollEnd() = 0; |