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

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

Issue 2102123002: Make Satisfy/Require callbacks pass Surface id and sequence by reference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 a60c7394c90b9db124e31a4c4a255eadd4ffabb0..80bb15197df16cc2cd5cf7e52c73969d45e8ad6f 100644
--- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
+++ b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
@@ -80,7 +80,7 @@ void CompositorFrameSinkImpl::ReturnResources(
client_->ReturnResources(mojo::Array<cc::ReturnedResource>::From(resources));
}
-void CompositorFrameSinkImpl::WillDrawSurface(cc::SurfaceId surface_id,
+void CompositorFrameSinkImpl::WillDrawSurface(const cc::SurfaceId& surface_id,
const gfx::Rect& damage_rect) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698