| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index be25e6543063f5cba9201e8d242a6e7fec4e55fc..f26a0891912727f57fdbf13d96932b8f2ee7abb9 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -408,6 +408,10 @@ const RendererCapabilities& LayerTreeImpl::GetRendererCapabilities() const {
|
| return layer_tree_host_impl_->GetRendererCapabilities();
|
| }
|
|
|
| +ContextProvider* LayerTreeImpl::context_provider() const {
|
| + return output_surface()->context_provider();
|
| +}
|
| +
|
| OutputSurface* LayerTreeImpl::output_surface() const {
|
| return layer_tree_host_impl_->output_surface();
|
| }
|
|
|