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

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

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)
Patch Set: Remove unnecessary content changes 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 4881854b6c351d998da7108e5f11f9db2e08d4ef..203c82269bf06f6a1b85c5617adb90d448f7ba6e 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 GpuState;
sky 2016/10/03 16:16:02 sort
Fady Samuel 2016/10/03 18:27:07 Done.
+class DisplayCompositor;
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;
};

Powered by Google App Engine
This is Rietveld 408576698