Index: cc/input_handler.h |
diff --git a/cc/input_handler.h b/cc/input_handler.h |
index 6898c1fb0625ade007185bb568ceeb346e777bce..b048ecb4ef703e40bfee60fad2c543d6e2cbecd0 100644 |
--- a/cc/input_handler.h |
+++ b/cc/input_handler.h |
@@ -11,6 +11,7 @@ |
namespace gfx { |
class Point; |
+class PointF; |
class Vector2d; |
} |
@@ -62,6 +63,8 @@ public: |
// Request another callback to InputHandler::animate(). |
virtual void scheduleAnimation() = 0; |
+ virtual bool haveTouchEventHandlersAt(const gfx::Point&) = 0; |
+ |
protected: |
InputHandlerClient() { } |
virtual ~InputHandlerClient() { } |