| Index: services/ui/ws/platform_display.h
|
| diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
|
| index e68048ac0ffeef125c3aacb13f5ea562a76c8a96..c5d2d156de0167ae818efb551df6f083712bf0fc 100644
|
| --- a/services/ui/ws/platform_display.h
|
| +++ b/services/ui/ws/platform_display.h
|
| @@ -165,6 +165,7 @@ class DefaultPlatformDisplay : public PlatformDisplay,
|
| void OnActivationChanged(bool active) override;
|
|
|
| // FrameGeneratorDelegate:
|
| + ServerWindow* GetActiveRootWindow() override;
|
| ServerWindow* GetRootWindow() override;
|
| void OnCompositorFrameDrawn() override;
|
| bool IsInHighContrastMode() override;
|
|
|