Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3910)

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 1191173002: cc: Remove TextureUploader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« cc/resources/prioritized_resource.cc ('K') | « cc/resources/texture_uploader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698