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

Unified Diff: services/ui/ws/platform_display_init_params.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/platform_display_delegate.h ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display_init_params.h
diff --git a/services/ui/ws/platform_display_init_params.h b/services/ui/ws/platform_display_init_params.h
index 202b515873a7e9c9a6afa9382441bf7c572dc11b..b5b049225e11cdcfcaa07434e7490a56a8db529e 100644
--- a/services/ui/ws/platform_display_init_params.h
+++ b/services/ui/ws/platform_display_init_params.h
@@ -8,7 +8,7 @@
#include <stdint.h>
#include "base/memory/ref_counted.h"
-#include "services/ui/ws/viewport_metrics.h"
+#include "services/ui/display/viewport_metrics.h"
namespace ui {
@@ -23,9 +23,8 @@ struct PlatformDisplayInitParams {
scoped_refptr<DisplayCompositor> display_compositor;
- gfx::Rect display_bounds;
int64_t display_id;
- ViewportMetrics metrics;
+ display::ViewportMetrics metrics;
};
} // namespace ws
« no previous file with comments | « services/ui/ws/platform_display_delegate.h ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698