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

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

Issue 2230963003: Fix window/display bounds with multiple windows in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 4 years, 4 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.cc ('k') | services/ui/ws/platform_display_init_params.cc » ('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 99bda3f51db0584bacc779e24ffe344c7935ccea..af4560e3b65e6bd5d5afc3d0b4b09a5d6937a625 100644
--- a/services/ui/ws/platform_display_init_params.h
+++ b/services/ui/ws/platform_display_init_params.h
@@ -10,6 +10,10 @@
#include "base/memory/ref_counted.h"
#include "ui/gfx/geometry/rect.h"
+namespace display {
+class PlatformScreen;
+}
+
namespace shell {
class Connector;
}
@@ -30,6 +34,7 @@ struct PlatformDisplayInitParams {
gfx::Rect display_bounds;
int64_t display_id;
+ display::PlatformScreen* platform_screen = nullptr;
};
} // namespace ws
« no previous file with comments | « services/ui/ws/platform_display.cc ('k') | services/ui/ws/platform_display_init_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698