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

Unified Diff: services/ui/ws/test_utils.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/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 18ec3213215ed85661d2843284b93578729e7b14..8bc76fb5f5679e211f599dea44dacd67c0726f8e 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -252,6 +252,7 @@ class TestFrameGeneratorDelegate : public FrameGeneratorDelegate {
// FrameGeneratorDelegate:
ServerWindow* GetRootWindow() override;
+ bool IsInHighContrastMode() override;
msw 2016/07/12 18:30:09 nit: order after OnCompositorFrameDrawn to match F
sadrul 2016/07/13 01:01:22 Done.
void OnCompositorFrameDrawn() override {}
const ViewportMetrics& GetViewportMetrics() override;

Powered by Google App Engine
This is Rietveld 408576698