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

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

Issue 2065573003: Mus: Delete unused Mandoline Surfaces code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mus_ws_unittests 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
« no previous file with comments | « no previous file | components/mus/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 136f623fc29212066d851ae864b44a0a283697f0..942f10fe05eb81447c1ccaaab75e8aa1e232c314 100644
--- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
+++ b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
@@ -61,7 +61,7 @@ void CompositorFrameSinkImpl::SubmitCompositorFrame(
// TODO(fsamuel): Validate that SurfaceDrawQuad refer to allowable surface
// IDs.
std::unique_ptr<cc::CompositorFrame> compositor_frame =
- ConvertToCompositorFrame(frame, nullptr);
+ ConvertToCompositorFrame(frame);
gfx::Size frame_size =
compositor_frame->delegated_frame_data->render_pass_list.back()
->output_rect.size();
« no previous file with comments | « no previous file | components/mus/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698