| Index: mojo/services/native_viewport/native_viewport.h
|
| diff --git a/mojo/services/native_viewport/native_viewport.h b/mojo/services/native_viewport/native_viewport.h
|
| index cc8b4267a3adb17c1cbb41f98ac35b8be4d9f6af..85971564c0e2903df7f9610e020488c11bbc1688 100644
|
| --- a/mojo/services/native_viewport/native_viewport.h
|
| +++ b/mojo/services/native_viewport/native_viewport.h
|
| @@ -26,7 +26,7 @@ class NativeViewportDelegate {
|
|
|
| virtual void OnResized(const gfx::Size& size) = 0;
|
| virtual void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget) = 0;
|
| - virtual bool OnEvent(ui::Event* event) = 0;
|
| + virtual bool OnEvent(ui::Event* ui_event) = 0;
|
| virtual void OnDestroyed() = 0;
|
| };
|
|
|
|
|