| 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();
|
|
|