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

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: 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
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..a43606e9f974f41462f77350a4b768062995cb89 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

Powered by Google App Engine
This is Rietveld 408576698