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_; |
} |