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

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 parameters and fixed point conversion 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 5f6a70669f1aa2c51a9703a3c990dcb6fe6fb06a..c8393c6d4d8233c9192503034e7ffa37677483cb 100644
--- a/cc/input_handler.h
+++ b/cc/input_handler.h
@@ -64,6 +64,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