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

Unified Diff: sky/engine/core/view/View.h

Issue 1143343004: Rationalise hit testing in the new RenderNode world (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 months 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: sky/engine/core/view/View.h
diff --git a/sky/engine/core/view/View.h b/sky/engine/core/view/View.h
index e06c02618c500071a465ac488549872bfc7cbd1d..9a01228fdb51e015ee659ba6220845245fb8b234 100644
--- a/sky/engine/core/view/View.h
+++ b/sky/engine/core/view/View.h
@@ -36,7 +36,7 @@ public:
void scheduleFrame();
void setDisplayMetrics(const SkyDisplayMetrics& metrics);
- bool handleInputEvent(PassRefPtr<Event> event);
+ void handleInputEvent(PassRefPtr<Event> event);
void beginFrame(base::TimeTicks frameTime);
private:

Powered by Google App Engine
This is Rietveld 408576698