Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: cc/input_handler.h

Issue 11402002: Add API for hit testing layer_impl touchEventHandlerRegions from the host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed call to haveTouchEventHandlersAt Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/layer_tree_host_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
« no previous file with comments | « no previous file | cc/layer_tree_host_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698