| Index: components/viz/frame_sinks/gpu_compositor_frame_sink.cc
|
| diff --git a/components/viz/frame_sinks/gpu_compositor_frame_sink.cc b/components/viz/frame_sinks/gpu_compositor_frame_sink.cc
|
| index ffa80a8f45d044ce12573be5b876a183a75b882f..f3240e8b36d3a30e142bd5839f62802695c8db88 100644
|
| --- a/components/viz/frame_sinks/gpu_compositor_frame_sink.cc
|
| +++ b/components/viz/frame_sinks/gpu_compositor_frame_sink.cc
|
| @@ -83,10 +83,7 @@ void GpuCompositorFrameSink::ReclaimResources(
|
|
|
| void GpuCompositorFrameSink::WillDrawSurface(
|
| const cc::LocalSurfaceId& local_surface_id,
|
| - const gfx::Rect& damage_rect) {
|
| - if (client_)
|
| - client_->WillDrawSurface(local_surface_id, damage_rect);
|
| -}
|
| + const gfx::Rect& damage_rect) {}
|
|
|
| void GpuCompositorFrameSink::OnClientConnectionLost() {
|
| client_connection_lost_ = true;
|
|
|