| Index: cc/input/input_handler.h
|
| diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
|
| index 8d0f0c49982fc87b4f3b8c784c3a3f98320eda78..feedd8fa8672eaa7a168eda6e4c4eeeebb2b9125 100644
|
| --- a/cc/input/input_handler.h
|
| +++ b/cc/input/input_handler.h
|
| @@ -156,6 +156,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;
|
| + virtual void MouseUp() = 0;
|
|
|
| // Stop scrolling the selected layer. Should only be called if ScrollBegin()
|
| // returned SCROLL_STARTED.
|
|
|