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

Unified Diff: mojo/examples/aura_demo/aura_demo.cc

Issue 316713002: Wire input events through the ViewManagerClient interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 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: mojo/examples/aura_demo/aura_demo.cc
diff --git a/mojo/examples/aura_demo/aura_demo.cc b/mojo/examples/aura_demo/aura_demo.cc
index 4ef29030df04532f127dff0fd5a93d553286b977..d11463e07e56af9b4ce752060695d32834cde59a 100644
--- a/mojo/examples/aura_demo/aura_demo.cc
+++ b/mojo/examples/aura_demo/aura_demo.cc
@@ -143,6 +143,10 @@ class IViewManagerClientImpl
}
virtual void OnViewDeleted(uint32_t view) OVERRIDE {
}
+ virtual void OnViewInputEvent(uint32_t view_id,
+ EventPtr event,
+ const Callback<void()>& callback) OVERRIDE {
+ }
AuraDemo* aura_demo_;

Powered by Google App Engine
This is Rietveld 408576698