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. |