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

Unified Diff: cc/layers/picture_layer_impl.cc

Issue 2323583002: cc: Remove DelegatingRenderer. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/delegating_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_layer_impl.cc
diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
index 1a5bb8926b294b4b645a9c67e536d1b0c55e2e0b..7f321b269fc77cdb88436560d6ab7d71b5ab199a 100644
--- a/cc/layers/picture_layer_impl.cc
+++ b/cc/layers/picture_layer_impl.cc
@@ -676,11 +676,6 @@ void PictureLayerImpl::RecreateResources() {
raster_source_->set_image_decode_controller(
layer_tree_impl()->image_decode_controller());
}
-
- // To avoid an edge case after lost context where the tree is up to date but
- // the tilings have not been managed, request an update draw properties
- // to force tilings to get managed.
- layer_tree_impl()->set_needs_update_draw_properties();
}
Region PictureLayerImpl::GetInvalidationRegionForDebugging() {
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/delegating_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698