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

Unified Diff: trunk/src/ui/compositor/layer.cc

Issue 224153003: Revert 261380 "cc: Remove TextureLayer::SetTextureId and Texture..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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: trunk/src/ui/compositor/layer.cc
===================================================================
--- trunk/src/ui/compositor/layer.cc (revision 261457)
+++ trunk/src/ui/compositor/layer.cc (working copy)
@@ -458,7 +458,7 @@
}
if (texture_layer_.get())
- texture_layer_->ClearClient();
+ texture_layer_->WillModifyTexture();
// TODO(piman): delegated_renderer_layer_ cleanup.
cc_layer_->RemoveAllChildren();

Powered by Google App Engine
This is Rietveld 408576698