| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 839f5e94f2234a94e2e7d8bfcf9bf32a1e04a2c8..28bf83b5a6a58ca2d24e5e9e06e9fba000523fa8 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -166,6 +166,7 @@ class Display : public PlatformDisplayDelegate,
|
| // PlatformDisplayDelegate:
|
| display::Display GetDisplay() override;
|
| ServerWindow* GetRootWindow() override;
|
| + ServerWindow* GetActiveRootWindow() override;
|
| void OnAcceleratedWidgetAvailable() override;
|
| bool IsInHighContrastMode() override;
|
| void OnEvent(const ui::Event& event) override;
|
|
|