| 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 a18d0319753b02964b670cd9a8210a3a8f871931..a4e072ebec3392a50593c12eea1a03aa08f8bd24 100644
|
| --- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| +++ b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| @@ -83,7 +83,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();
|
| }
|
|
|