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

Unified Diff: components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc

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
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.
« no previous file with comments | « components/mus/gpu/display_compositor/compositor_frame_sink_impl.h ('k') | components/mus/public/cpp/lib/output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698