| Index: cc/surfaces/compositor_frame_sink_support.cc
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.cc b/cc/surfaces/compositor_frame_sink_support.cc
|
| index d122703154f5bb5541571ae6eb4e747bf1edaf42..84b0a41d9ccab9613dffa7138ecbb78d6f13b5ef 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.cc
|
| +++ b/cc/surfaces/compositor_frame_sink_support.cc
|
| @@ -74,7 +74,6 @@ void CompositorFrameSinkSupport::ReturnResources(
|
| const ReturnedResourceArray& resources) {
|
| if (resources.empty())
|
| return;
|
| -
|
| if (!ack_pending_count_ && client_) {
|
| client_->ReclaimResources(resources);
|
| return;
|
|
|