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

Unified Diff: ui/compositor/layer.cc

Issue 23097005: cc: return resources via a ReturnedResource struct rather than TransferableResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review nits Created 7 years, 4 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 | « ui/compositor/layer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index 6c0fde3e1c58c69c6562535111872afbd3406c31..f5bf42c25670137fc990645f4a41b0e277428a29 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -552,7 +552,7 @@ void Layer::SetDelegatedFrame(scoped_ptr<cc::DelegatedFrameData> frame,
}
void Layer::TakeUnusedResourcesForChildCompositor(
- cc::TransferableResourceArray* list) {
+ cc::ReturnedResourceArray* list) {
if (delegated_renderer_layer_.get())
delegated_renderer_layer_->TakeUnusedResourcesForChildCompositor(list);
}
« no previous file with comments | « ui/compositor/layer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698