| Index: mojo/aura/window_tree_host_mojo.h
|
| diff --git a/mojo/aura/window_tree_host_mojo.h b/mojo/aura/window_tree_host_mojo.h
|
| index 1a02b7704821df288cc144760fac0fa84d840ed7..ed5246d386568edcf2237824e07e52abfcebabda 100644
|
| --- a/mojo/aura/window_tree_host_mojo.h
|
| +++ b/mojo/aura/window_tree_host_mojo.h
|
| @@ -53,8 +53,8 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| // Overridden from NativeViewportClient:
|
| virtual void OnCreated() OVERRIDE;
|
| virtual void OnDestroyed() OVERRIDE;
|
| - virtual void OnBoundsChanged(const Rect& bounds) OVERRIDE;
|
| - virtual void OnEvent(const Event& event,
|
| + virtual void OnBoundsChanged(RectPtr bounds) OVERRIDE;
|
| + virtual void OnEvent(EventPtr event,
|
| const mojo::Callback<void()>& callback) OVERRIDE;
|
|
|
| static ContextFactoryMojo* context_factory_;
|
|
|