| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 35e17296d19bac05c4c884258fc911fe3e2b1809..839f5e94f2234a94e2e7d8bfcf9bf32a1e04a2c8 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -164,6 +164,7 @@ class Display : public PlatformDisplayDelegate,
|
| void CreateRootWindow(const gfx::Size& size);
|
|
|
| // PlatformDisplayDelegate:
|
| + display::Display GetDisplay() override;
|
| ServerWindow* GetRootWindow() override;
|
| void OnAcceleratedWidgetAvailable() override;
|
| bool IsInHighContrastMode() override;
|
|
|