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

Unified Diff: sky/engine/core/view/EventCallback.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
« no previous file with comments | « no previous file | sky/engine/core/view/EventCallback.idl » ('j') | sky/sdk/lib/framework/layout2.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/view/EventCallback.h
diff --git a/sky/engine/core/view/EventCallback.h b/sky/engine/core/view/EventCallback.h
index e8fbec2c476a227da53dae269fdd39e13680545f..f1b5f226c586c94fd6cd631d75060e8aab088247 100644
--- a/sky/engine/core/view/EventCallback.h
+++ b/sky/engine/core/view/EventCallback.h
@@ -11,7 +11,7 @@ class Event;
class EventCallback {
public:
virtual ~EventCallback() { }
- virtual bool handleEvent(Event* event) = 0;
+ virtual void handleEvent(Event* event) = 0;
};
}
« no previous file with comments | « no previous file | sky/engine/core/view/EventCallback.idl » ('j') | sky/sdk/lib/framework/layout2.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698