| 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
|
|
|