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

Unified Diff: mojo/services/native_viewport/native_viewport_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
Index: mojo/services/native_viewport/native_viewport_impl.h
diff --git a/mojo/services/native_viewport/native_viewport_impl.h b/mojo/services/native_viewport/native_viewport_impl.h
index 332105e05292654df815129772aff7ff2a75b3ad..fe9d8214fc1858ddca7bf90e34f8c26972f54406 100644
--- a/mojo/services/native_viewport/native_viewport_impl.h
+++ b/mojo/services/native_viewport/native_viewport_impl.h
@@ -37,7 +37,7 @@ class NativeViewportImpl : public NativeViewportStub,
virtual void OnResized(const gfx::Size& size) OVERRIDE;
virtual void OnAcceleratedWidgetAvailable(
gfx::AcceleratedWidget widget) OVERRIDE;
- virtual bool OnEvent(ui::Event* event) OVERRIDE;
+ virtual bool OnEvent(ui::Event* ui_event) OVERRIDE;
virtual void OnDestroyed() OVERRIDE;
void CreateGLES2ContextIfNeeded();
« no previous file with comments | « mojo/services/native_viewport/native_viewport.mojom ('k') | mojo/services/native_viewport/native_viewport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698