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

Unified Diff: mojo/examples/sample_app/native_viewport_client_impl.h

Issue 100823010: Wire events through to sample_app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 | mojo/examples/sample_app/native_viewport_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/sample_app/native_viewport_client_impl.h
diff --git a/mojo/examples/sample_app/native_viewport_client_impl.h b/mojo/examples/sample_app/native_viewport_client_impl.h
index 32beb6b9c023de80fb50bbd5003dfb90cff3fab0..c2b3de9441230808cb5b4e572d3e3cad6a08c828 100644
--- a/mojo/examples/sample_app/native_viewport_client_impl.h
+++ b/mojo/examples/sample_app/native_viewport_client_impl.h
@@ -22,6 +22,7 @@ class NativeViewportClientImpl : public NativeViewportClientStub {
private:
virtual void DidOpen() MOJO_OVERRIDE;
+ virtual void HandleEvent(const Event& event) MOJO_OVERRIDE;
scoped_ptr<GLES2ClientImpl> gles2_client_;
« no previous file with comments | « no previous file | mojo/examples/sample_app/native_viewport_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698