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

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: Fix typo in layer_tree_host_impl 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
Index: cc/input_handler.h
diff --git a/cc/input_handler.h b/cc/input_handler.h
index 6898c1fb0625ade007185bb568ceeb346e777bce..2538fb0850f2658e91d93516d3645a2df7592a95 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 checkTouchEventHandlerRegionHit(const gfx::Point&) = 0;
+
protected:
InputHandlerClient() { }
virtual ~InputHandlerClient() { }
« no previous file with comments | « no previous file | cc/layer_tree_host_common.h » ('j') | webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698