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

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

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows 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
« no previous file with comments | « services/ui/ws/platform_display_delegate.h ('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..e117a6f847dadab037f5e509904ece09b81e3dbb 100644
--- a/services/ui/ws/platform_display_init_params.h
+++ b/services/ui/ws/platform_display_init_params.h
@@ -16,8 +16,9 @@ class Connector;
namespace ui {
-class GpuState;
-class SurfacesState;
+namespace surfaces {
+class DisplayCompositor;
+}
namespace ws {
@@ -26,7 +27,7 @@ struct PlatformDisplayInitParams {
PlatformDisplayInitParams(const PlatformDisplayInitParams& other);
~PlatformDisplayInitParams();
- scoped_refptr<SurfacesState> surfaces_state;
+ scoped_refptr<surfaces::DisplayCompositor> display_compositor;
gfx::Rect display_bounds;
int64_t display_id;
« no previous file with comments | « services/ui/ws/platform_display_delegate.h ('k') | services/ui/ws/platform_display_init_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698