| 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 4881854b6c351d998da7108e5f11f9db2e08d4ef..202b515873a7e9c9a6afa9382441bf7c572dc11b 100644
|
| --- a/services/ui/ws/platform_display_init_params.h
|
| +++ b/services/ui/ws/platform_display_init_params.h
|
| @@ -12,7 +12,8 @@
|
|
|
| namespace ui {
|
|
|
| -class SurfacesState;
|
| +class DisplayCompositor;
|
| +class GpuState;
|
|
|
| namespace ws {
|
|
|
| @@ -20,7 +21,9 @@ struct PlatformDisplayInitParams {
|
| PlatformDisplayInitParams();
|
| ~PlatformDisplayInitParams();
|
|
|
| - scoped_refptr<SurfacesState> surfaces_state;
|
| + scoped_refptr<DisplayCompositor> display_compositor;
|
| +
|
| + gfx::Rect display_bounds;
|
| int64_t display_id;
|
| ViewportMetrics metrics;
|
| };
|
|
|