| Index: mojo/examples/aura_demo/window_tree_host_mojo.h
|
| diff --git a/mojo/examples/aura_demo/window_tree_host_mojo.h b/mojo/examples/aura_demo/window_tree_host_mojo.h
|
| index 79dd9db3de12f8724a0f06fa429dd5992bec1d49..58bdcbf48b0f23b00b1d380774eefd39081ef1eb 100644
|
| --- a/mojo/examples/aura_demo/window_tree_host_mojo.h
|
| +++ b/mojo/examples/aura_demo/window_tree_host_mojo.h
|
| @@ -60,7 +60,8 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| virtual void OnCreated() OVERRIDE;
|
| virtual void OnDestroyed() OVERRIDE;
|
| virtual void OnBoundsChanged(const Rect& bounds) OVERRIDE;
|
| - virtual void OnEvent(const Event& event) OVERRIDE;
|
| + virtual void OnEvent(const Event& event,
|
| + const mojo::Callback<void()>& callback) OVERRIDE;
|
|
|
| static ui::ContextFactory* context_factory_;
|
|
|
|
|