Chromium Code Reviews| Index: cc/input_handler.h |
| diff --git a/cc/input_handler.h b/cc/input_handler.h |
| index 5f6a70669f1aa2c51a9703a3c990dcb6fe6fb06a..c8393c6d4d8233c9192503034e7ffa37677483cb 100644 |
| --- a/cc/input_handler.h |
| +++ b/cc/input_handler.h |
| @@ -64,6 +64,8 @@ public: |
| // Request another callback to InputHandler::animate(). |
| virtual void scheduleAnimation() = 0; |
| + virtual bool checkTouchEventHandlerRegionHit(const gfx::Point&) = 0; |
| + |
| protected: |
| InputHandlerClient() { } |
| virtual ~InputHandlerClient() { } |