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

Unified Diff: cc/ipc/display_compositor.mojom

Issue 2610723002: Unify SurfaceInfo (Closed)
Patch Set: Cleanup offscreen canvas Created 3 years, 12 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 | « cc/ipc/BUILD.gn ('k') | cc/ipc/surface_info.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/display_compositor.mojom
diff --git a/cc/ipc/display_compositor.mojom b/cc/ipc/display_compositor.mojom
index dd1e371c0fddc754e17485c4f8eb6330a1b08257..1b405f8cd55a7992dcc917e12bb739bae4b68a84 100644
--- a/cc/ipc/display_compositor.mojom
+++ b/cc/ipc/display_compositor.mojom
@@ -7,7 +7,7 @@ module cc.mojom;
import "cc/ipc/frame_sink_id.mojom";
import "cc/ipc/mojo_compositor_frame_sink.mojom";
import "cc/ipc/surface_id.mojom";
-import "cc/ipc/surface_sequence.mojom";
+import "cc/ipc/surface_info.mojom";
import "gpu/ipc/common/surface_handle.mojom";
import "mojo/common/time.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
@@ -68,7 +68,5 @@ interface DisplayCompositorClient {
// Called by the display compositor immediately upon receiving a
// CompositorFrame with a new SurfaceId for the first time.
- OnSurfaceCreated(cc.mojom.SurfaceId surface_id,
- gfx.mojom.Size frame_size,
- float device_scale_factor);
+ OnSurfaceCreated(SurfaceInfo surface_info);
};
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/surface_info.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698