| Index: components/mus/ws/display.h
|
| diff --git a/components/mus/ws/display.h b/components/mus/ws/display.h
|
| index 869ed24fb527054821bcfacac084e0943ceedec4..e81937fa5d6fe6130d927bf81ddb71e5cc0239e8 100644
|
| --- a/components/mus/ws/display.h
|
| +++ b/components/mus/ws/display.h
|
| @@ -165,7 +165,6 @@ class Display : public PlatformDisplayDelegate,
|
| void OnViewportMetricsChanged(
|
| const mojom::ViewportMetrics& old_metrics,
|
| const mojom::ViewportMetrics& new_metrics) override;
|
| - void OnTopLevelSurfaceChanged(cc::SurfaceId surface_id) override;
|
| void OnCompositorFrameDrawn() override;
|
|
|
| // FocusControllerDelegate:
|
| @@ -210,8 +209,6 @@ class Display : public PlatformDisplayDelegate,
|
|
|
| WindowManagerStateMap window_manager_state_map_;
|
|
|
| - cc::SurfaceId top_level_surface_id_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(Display);
|
| };
|
|
|
|
|