Index: cc/trees/layer_tree_impl.cc |
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc |
index ff048674af2bae33feb2d5987282c434be177d98..ced487a2f3913f67c23760720ae7e902dc6ada57 100644 |
--- a/cc/trees/layer_tree_impl.cc |
+++ b/cc/trees/layer_tree_impl.cc |
@@ -862,10 +862,6 @@ FrameRateCounter* LayerTreeImpl::frame_rate_counter() const { |
return layer_tree_host_impl_->fps_counter(); |
} |
-PaintTimeCounter* LayerTreeImpl::paint_time_counter() const { |
- return layer_tree_host_impl_->paint_time_counter(); |
-} |
- |
MemoryHistory* LayerTreeImpl::memory_history() const { |
return layer_tree_host_impl_->memory_history(); |
} |