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

Unified Diff: services/ui/ws/test_utils.cc

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/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index e8d648fd119e218456d348ae56b79ad71d22fb7d..2add8b283ef0d6cc56eadbd2302a765e5044df67 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -120,6 +120,10 @@ ServerWindow* TestFrameGeneratorDelegate::GetRootWindow() {
return root_.get();
}
+bool TestFrameGeneratorDelegate::IsInHighContrastMode() {
+ return false;
+}
+
const ViewportMetrics& TestFrameGeneratorDelegate::GetViewportMetrics() {
return metrics_;
}

Powered by Google App Engine
This is Rietveld 408576698