Index: components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc |
diff --git a/components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc b/components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc |
index ec22fa2a26b7d21afe38c0e5aca22e3d8ab82aa9..e0b93de40665cd9cee6c0122688c8856ca50b4bb 100644 |
--- a/components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc |
+++ b/components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc |
@@ -133,10 +133,7 @@ void GpuRootCompositorFrameSink::ReclaimResources( |
void GpuRootCompositorFrameSink::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 GpuRootCompositorFrameSink::OnClientConnectionLost() { |
client_connection_lost_ = true; |