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

Unified Diff: sky/engine/core/view/EventCallback.idl

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/EventCallback.idl
diff --git a/sky/engine/core/view/EventCallback.idl b/sky/engine/core/view/EventCallback.idl
index 284ae8a70f16d3bc7b613661bf7c88e4eed00534..ee685ddbcb720f39fa4830411851a6e896a49a3e 100644
--- a/sky/engine/core/view/EventCallback.idl
+++ b/sky/engine/core/view/EventCallback.idl
@@ -3,5 +3,5 @@
// found in the LICENSE file.
callback interface EventCallback {
- boolean handleEvent(Event event);
+ void handleEvent(Event event);
};

Powered by Google App Engine
This is Rietveld 408576698