| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 2d8d6dd0ecb2b014c3e5c9662ef7a95ad4f83fb0..aaca1cf700c01d535709362eb7900cd739d209fd 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -168,6 +168,7 @@ class Display : public PlatformDisplayDelegate,
|
|
|
| // PlatformDisplayDelegate:
|
| ServerWindow* GetRootWindow() override;
|
| + bool IsInHighContrastMode() override;
|
| void OnEvent(const ui::Event& event) override;
|
| void OnNativeCaptureLost() override;
|
| void OnDisplayClosed() override;
|
|
|