| Index: cc/input/input_handler.h
|
| diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
|
| index 5f1f343f55a23756180784789ffa0184dc6c56db..e05a7962a92d65585e79850b5de9dd01b7741371 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 MouseDown() = 0;
|
| + virtual void MouseUp() = 0;
|
|
|
| // Stop scrolling the selected layer. Should only be called if ScrollBegin()
|
| // returned SCROLL_STARTED.
|
|
|