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

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

Issue 2310133002: Add mojom::DisplayController. (Closed)
Patch Set: Address comments. Created 4 years, 3 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 af4560e3b65e6bd5d5afc3d0b4b09a5d6937a625..99bda3f51db0584bacc779e24ffe344c7935ccea 100644
--- a/services/ui/ws/platform_display_init_params.h
+++ b/services/ui/ws/platform_display_init_params.h
@@ -10,10 +10,6 @@
#include "base/memory/ref_counted.h"
#include "ui/gfx/geometry/rect.h"
-namespace display {
-class PlatformScreen;
-}
-
namespace shell {
class Connector;
}
@@ -34,7 +30,6 @@ 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