| Index: components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| diff --git a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| index f4aad239397ed5b16071d2578edf73d3aafb2769..4c20a704a21e9742875db931268af4a5de9217d4 100644
|
| --- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| +++ b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "components/mus/gpu/display_compositor/compositor_frame_sink_impl.h"
|
|
|
| +#include "cc/ipc/compositor_frame.mojom.h"
|
| #include "cc/surfaces/surface_factory.h"
|
| #include "components/mus/gpu/display_compositor/compositor_frame_sink_delegate.h"
|
| #include "components/mus/public/cpp/surfaces/surfaces_type_converters.h"
|
| -#include "components/mus/public/interfaces/compositor_frame.mojom.h"
|
|
|
| namespace mus {
|
| namespace gpu {
|
| @@ -56,7 +56,7 @@ void CompositorFrameSinkImpl::SetNeedsBeginFrame(bool needs_begin_frame) {
|
| }
|
|
|
| void CompositorFrameSinkImpl::SubmitCompositorFrame(
|
| - mus::mojom::CompositorFramePtr frame,
|
| + cc::mojom::CompositorFramePtr frame,
|
| const SubmitCompositorFrameCallback& callback) {
|
| // TODO(fsamuel): Validate that SurfaceDrawQuad refer to allowable surface
|
| // IDs.
|
|
|