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