Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index 3a24bc1783ce3dd86d410673fbb92e1eca4cf7ce..589e42264113864cc9381edb3d3d8b0f0984df68 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1879,12 +1879,6 @@ void LayerTreeHostImpl::UpdateTreeResourcesForGpuRasterizationIfNeeded() { |
SetRequiresHighResToDraw(); |
} |
-const RendererCapabilitiesImpl& LayerTreeHostImpl::GetRendererCapabilities() |
- const { |
- CHECK(renderer_); |
- return renderer_->Capabilities(); |
-} |
- |
bool LayerTreeHostImpl::SwapBuffers(const LayerTreeHostImpl::FrameData& frame) { |
ResetRequiresHighResToDraw(); |
if (frame.has_no_damage) { |
@@ -2201,7 +2195,6 @@ void LayerTreeHostImpl::CreateAndSetRenderer() { |
active_tree_->set_needs_update_draw_properties(); |
if (pending_tree_) |
pending_tree_->set_needs_update_draw_properties(); |
- client_->UpdateRendererCapabilitiesOnImplThread(); |
} |
void LayerTreeHostImpl::CreateTileManagerResources() { |