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

Unified Diff: components/mus/ws/platform_display_init_params.h

Issue 1899923002: Basic display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromecast build Created 4 years, 7 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 | « components/mus/ws/platform_display.cc ('k') | components/mus/ws/platform_display_init_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/platform_display_init_params.h
diff --git a/components/mus/ws/platform_display_init_params.h b/components/mus/ws/platform_display_init_params.h
index 5232effe726d330b805ffb0d63fe4a28d72ee43b..6d7680888f10f5da9dd1479b555a75371b76ef12 100644
--- a/components/mus/ws/platform_display_init_params.h
+++ b/components/mus/ws/platform_display_init_params.h
@@ -5,7 +5,10 @@
#ifndef COMPONENTS_MUS_WS_PLATFORM_DISPLAY_INIT_PARAMS_H_
#define COMPONENTS_MUS_WS_PLATFORM_DISPLAY_INIT_PARAMS_H_
+#include <stdint.h>
+
#include "base/memory/ref_counted.h"
+#include "ui/gfx/geometry/rect.h"
namespace shell {
class Connector;
@@ -26,6 +29,9 @@ struct PlatformDisplayInitParams {
shell::Connector* connector = nullptr;
scoped_refptr<GpuState> gpu_state;
scoped_refptr<SurfacesState> surfaces_state;
+
+ gfx::Rect display_bounds;
+ int64_t display_id;
};
} // namespace ws
« no previous file with comments | « components/mus/ws/platform_display.cc ('k') | components/mus/ws/platform_display_init_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698