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

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

Issue 1129333005: Plumb input events into SkyView (Closed) Base URL: git@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.idl
diff --git a/sky/engine/core/view/View.idl b/sky/engine/core/view/View.idl
index d6d37cac88f8a9bceb8c8af4362b15b8469f101b..3bdccddcb312fd6b712a68c24fc599f12c308ea0 100644
--- a/sky/engine/core/view/View.idl
+++ b/sky/engine/core/view/View.idl
@@ -9,5 +9,6 @@ interface View {
attribute Picture picture;
+ void setEventCallback(EventCallback callback);
void schedulePaint();
};

Powered by Google App Engine
This is Rietveld 408576698