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

Unified Diff: components/mus/public/interfaces/gpu/display_compositor.mojom

Issue 2019833002: Implement StructTraits for various cc and gpu types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mailbox_name by ref to make windows happy Created 4 years, 7 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 | « components/mus/public/interfaces/compositor_frame.mojom ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/gpu/display_compositor.mojom
diff --git a/components/mus/public/interfaces/gpu/display_compositor.mojom b/components/mus/public/interfaces/gpu/display_compositor.mojom
index 93a7010753382a6e1371ff7eb22fb9dba6bcc4d6..0487bb44cc0c3d33b4ffffaecd9033b44606e71a 100644
--- a/components/mus/public/interfaces/gpu/display_compositor.mojom
+++ b/components/mus/public/interfaces/gpu/display_compositor.mojom
@@ -4,6 +4,7 @@
module mus.gpu.mojom;
+import "cc/ipc/returned_resource.mojom";
import "components/mus/public/interfaces/compositor_frame.mojom";
@@ -56,7 +57,7 @@ interface CompositorFrameSink {
};
interface CompositorFrameSinkClient {
- ReturnResources(array<mus.mojom.ReturnedResource> resources);
+ ReturnResources(array<cc.mojom.ReturnedResource> resources);
};
// This is a public interface implemented by Display clients.
« no previous file with comments | « components/mus/public/interfaces/compositor_frame.mojom ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698