Index: services/ui/ws/platform_display_delegate.h |
diff --git a/services/ui/ws/platform_display_delegate.h b/services/ui/ws/platform_display_delegate.h |
index 0371eb2db3d3f959d3925278f7d1987f3ea29dd4..9c92f58dd7d299aef9657462bd2d9d6adbcc076a 100644 |
--- a/services/ui/ws/platform_display_delegate.h |
+++ b/services/ui/ws/platform_display_delegate.h |
@@ -26,6 +26,8 @@ class PlatformDisplayDelegate { |
// Returns the root window of this display. |
virtual ServerWindow* GetRootWindow() = 0; |
+ virtual bool IsInHighContrastMode() = 0; |
+ |
// Called when the window managed by the PlatformDisplay is closed. |
virtual void OnDisplayClosed() = 0; |