| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 412e73618200d43bb8000c6cded2216bb18dcc49..34dae81b64c48bafc445329232c900ea05ace0b6 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1596,10 +1596,6 @@ void LayerTreeHostImpl::DidDrawAllLayers(const FrameData& frame) {
|
|
|
| for (auto& it : video_frame_controllers_)
|
| it->DidDrawFrame();
|
| -
|
| - // Once all layers have been drawn, pending texture uploads should no
|
| - // longer block future uploads.
|
| - resource_provider_->MarkPendingUploadsAsNonBlocking();
|
| }
|
|
|
| void LayerTreeHostImpl::FinishAllRendering() {
|
|
|