Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1662)

Unified Diff: services/ui/ws/display.h

Issue 2127383003: mus: Introduce high-contrast mode in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698