diff options
Diffstat (limited to 'mojo/examples/aura_demo')
-rw-r--r-- | mojo/examples/aura_demo/window_tree_host_mojo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/examples/aura_demo/window_tree_host_mojo.h b/mojo/examples/aura_demo/window_tree_host_mojo.h index 62cf89e..fd146d2 100644 --- a/mojo/examples/aura_demo/window_tree_host_mojo.h +++ b/mojo/examples/aura_demo/window_tree_host_mojo.h @@ -58,7 +58,7 @@ class WindowTreeHostMojo : public aura::WindowTreeHost, virtual ui::EventProcessor* GetEventProcessor() OVERRIDE; // Overridden from NativeViewportClient: - virtual void OnCreated() MOJO_OVERRIDE; + virtual void OnCreated() OVERRIDE; virtual void OnDestroyed() OVERRIDE; virtual void OnBoundsChanged(const Rect& bounds) OVERRIDE; virtual void OnEvent(const Event& event) OVERRIDE; |