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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 18191020: UI Resource Manager (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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_impl.cc
===================================================================
--- cc/trees/layer_tree_impl.cc (revision 210393)
+++ cc/trees/layer_tree_impl.cc (working copy)
@@ -556,6 +556,13 @@
layer_tree_host_impl_->SetNeedsManageTiles();
}
+
+ResourceProvider::ResourceId
+LayerTreeImpl::ResourceIdForUIResource(UIResourceId uid) const {
+ return layer_tree_host_impl_->ResourceIdForUIResource(uid);
+}
+
+
void LayerTreeImpl::AddLayerWithCopyOutputRequest(LayerImpl* layer) {
// Only the active tree needs to know about layers with copy requests, as
// they are aborted if not serviced during draw.

Powered by Google App Engine
This is Rietveld 408576698