| 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();
|
| }
|
|
|