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

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

Issue 2434923002: Handle modified displays in mustash. (Closed)
Patch Set: Fix PlatformScreenStub for tests. Created 4 years, 2 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
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator_delegate.h
diff --git a/services/ui/ws/frame_generator_delegate.h b/services/ui/ws/frame_generator_delegate.h
index efca4e8dbbac6b975baf122266f09f65241f7577..86f90c54f5bc7afed4e70abd536fecfce3c83c02 100644
--- a/services/ui/ws/frame_generator_delegate.h
+++ b/services/ui/ws/frame_generator_delegate.h
@@ -6,7 +6,7 @@
#define SERVICES_UI_WS_FRAME_GENERATOR_DELEGATE_H_
#include "base/macros.h"
-#include "services/ui/ws/viewport_metrics.h"
+#include "services/ui/display/viewport_metrics.h"
namespace ui {
namespace ws {
@@ -20,7 +20,7 @@ class FrameGeneratorDelegate {
virtual bool IsInHighContrastMode() = 0;
- virtual const ViewportMetrics& GetViewportMetrics() = 0;
+ virtual const display::ViewportMetrics& GetViewportMetrics() const = 0;
protected:
virtual ~FrameGeneratorDelegate() {}
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698