| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 3e7898428224ec0e491fc17ca880189830da6a1b..75549a1e6fb777dfa0a4a81075e77106715e067c 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -168,6 +168,7 @@ class Display : public PlatformDisplayDelegate,
|
| WindowManagerWindowTreeFactory* factory);
|
|
|
| // PlatformDisplayDelegate:
|
| + display::Display GetDisplay() override;
|
| ServerWindow* GetRootWindow() override;
|
| bool IsInHighContrastMode() override;
|
| void OnEvent(const ui::Event& event) override;
|
|
|