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

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

Issue 2470143006: Remove dependency on SurfaceManager in FrameGenerator (Closed)
Patch Set: Remove a couple of bad std::moves Created 4 years, 1 month 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/test_utils.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 9397cff7412cb7e0c6e50092fa4762dbb3d578f7..0e93d1fb9c27604cd5c1b81dede3f2e998053fa1 100644
--- a/services/ui/ws/platform_display_init_params.h
+++ b/services/ui/ws/platform_display_init_params.h
@@ -12,8 +12,6 @@
namespace ui {
-class DisplayCompositor;
-
namespace ws {
class ServerWindow;
@@ -23,8 +21,6 @@ struct PlatformDisplayInitParams {
PlatformDisplayInitParams(const PlatformDisplayInitParams& other);
~PlatformDisplayInitParams();
- scoped_refptr<DisplayCompositor> display_compositor;
-
int64_t display_id;
ServerWindow* root_window = nullptr;
display::ViewportMetrics metrics;
« no previous file with comments | « services/ui/ws/platform_display.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698