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

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

Issue 2092843002: Implement CompositorFrame Struct Traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed dcheng's comments 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 a0ae215119e7724a0cb618297adb4b339e1dcb84..f3b7cd077bf00b23a8cca93380063c4c5b639340 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(
- cc::mojom::CompositorFramePtr frame,
+ cc::CompositorFrame compositor_frame,
const SubmitCompositorFrameCallback& callback) override;
private:
« no previous file with comments | « components/mus/gpu/display_compositor/BUILD.gn ('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