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

Unified Diff: services/ui/ws/platform_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/platform_display.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index 5da5f5c27a9f72d778c49bec3a368d16116a569c..209daebaaaa58fbc3500c36362e61010f76e5878 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -142,6 +142,7 @@ class DefaultPlatformDisplay : public PlatformDisplay,
// FrameGeneratorDelegate:
ServerWindow* GetRootWindow() override;
void OnCompositorFrameDrawn() override;
+ bool IsInHighContrastMode() override;
const ViewportMetrics& GetViewportMetrics() override;
int64_t display_id_;

Powered by Google App Engine
This is Rietveld 408576698