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

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

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.h
diff --git a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
index e72ab6fd82694cc243bd9d71d457f92967a6f289..a0ae215119e7724a0cb618297adb4b339e1dcb84 100644
--- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
+++ b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
@@ -36,7 +36,7 @@ class CompositorFrameSinkImpl : public cc::SurfaceFactoryClient,
// mojom::CompositorFrameSink implementation.
void SetNeedsBeginFrame(bool needs_begin_frame) override;
void SubmitCompositorFrame(
- mus::mojom::CompositorFramePtr frame,
+ cc::mojom::CompositorFramePtr frame,
const SubmitCompositorFrameCallback& callback) override;
private:
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698