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

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: Testing more points on the boundaries and also added test for deviceScaleFactor and pageScaleFactor 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') | cc/layer_tree_host_common.cc » ('J')
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..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() { }
« no previous file with comments | « no previous file | cc/layer_tree_host_common.h » ('j') | cc/layer_tree_host_common.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698