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

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

Issue 2080383002: cc/ipc: Move CompositorFrame mojoms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated owners Created 4 years, 6 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/gpu/OWNERS ('k') | components/mus/public/interfaces/surface.mojom » ('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 0487bb44cc0c3d33b4ffffaecd9033b44606e71a..f8460623ddff23f5594c6e3e6b5639a7083a9226 100644
--- a/components/mus/public/interfaces/gpu/display_compositor.mojom
+++ b/components/mus/public/interfaces/gpu/display_compositor.mojom
@@ -4,8 +4,8 @@
module mus.gpu.mojom;
+import "cc/ipc/compositor_frame.mojom";
import "cc/ipc/returned_resource.mojom";
-import "components/mus/public/interfaces/compositor_frame.mojom";
// Indicates whether the submitted CompositorFrame has been drawn to the display
@@ -46,7 +46,7 @@ interface CompositorFrameSink {
// submitted frame. Clients should use this acknowledgement to ratelimit frame
// submissions.
// TODO(fsamuel): We should support identifying the CF in the callback.
- SubmitCompositorFrame(mus.mojom.CompositorFrame frame) =>
+ SubmitCompositorFrame(cc.mojom.CompositorFrame frame) =>
(CompositorFrameDrawStatus status);
// Lets the display compositor know that the client wishes to receive the next
« no previous file with comments | « components/mus/public/interfaces/gpu/OWNERS ('k') | components/mus/public/interfaces/surface.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698