| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 3e7898428224ec0e491fc17ca880189830da6a1b..1171d0181106d0b2f6ece79ab07ccd65b76b02c8 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -172,7 +172,6 @@ class Display : public PlatformDisplayDelegate,
|
| bool IsInHighContrastMode() override;
|
| void OnEvent(const ui::Event& event) override;
|
| void OnNativeCaptureLost() override;
|
| - void OnDisplayClosed() override;
|
| void OnViewportMetricsChanged(const ViewportMetrics& old_metrics,
|
| const ViewportMetrics& new_metrics) override;
|
| void OnCompositorFrameDrawn() override;
|
|
|