| Index: components/mus/view_tree_host_impl.h
|
| diff --git a/components/mus/view_tree_host_impl.h b/components/mus/view_tree_host_impl.h
|
| index 2ce45c8f00728231b2f6f85cc0db28a224772864..1c1df6285f46eb8aee3316bf21a9ec94bec51d11 100644
|
| --- a/components/mus/view_tree_host_impl.h
|
| +++ b/components/mus/view_tree_host_impl.h
|
| @@ -97,7 +97,7 @@ class ViewTreeHostImpl : public DisplayManagerDelegate,
|
|
|
| // DisplayManagerDelegate:
|
| ServerView* GetRootView() override;
|
| - void OnEvent(mojo::EventPtr event) override;
|
| + void OnEvent(ViewId id, mojo::EventPtr event) override;
|
| void OnDisplayClosed() override;
|
| void OnViewportMetricsChanged(
|
| const mojo::ViewportMetrics& old_metrics,
|
|
|