Index: cc/trees/layer_tree_impl.cc |
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc |
index d9a81764ec7002401e3e11b604ffae104cef5bfc..1f6b88c85497ece2288fe14621f394decee03329 100644 |
--- a/cc/trees/layer_tree_impl.cc |
+++ b/cc/trees/layer_tree_impl.cc |
@@ -1267,10 +1267,6 @@ const LayerTreeDebugState& LayerTreeImpl::debug_state() const { |
return layer_tree_host_impl_->debug_state(); |
} |
-const RendererCapabilitiesImpl& LayerTreeImpl::GetRendererCapabilities() const { |
- return layer_tree_host_impl_->GetRendererCapabilities(); |
-} |
- |
ContextProvider* LayerTreeImpl::context_provider() const { |
return output_surface()->context_provider(); |
} |