Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 6a77dfcb05f10ae90a3dbbb5b6e88bbffdef1a33..34831361faa176aff13b38515604b85f4d824037 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -60,7 +60,6 @@ class LayerImpl; |
class LayerTreeImpl; |
class MemoryHistory; |
class PageScaleAnimation; |
-class PaintTimeCounter; |
class PictureLayerImpl; |
class RasterTilePriorityQueue; |
class TileTaskWorkerPool; |
@@ -464,9 +463,6 @@ class CC_EXPORT LayerTreeHostImpl |
FrameRateCounter* fps_counter() { |
return fps_counter_.get(); |
} |
- PaintTimeCounter* paint_time_counter() { |
- return paint_time_counter_.get(); |
- } |
MemoryHistory* memory_history() { |
return memory_history_.get(); |
} |
@@ -763,7 +759,6 @@ class CC_EXPORT LayerTreeHostImpl |
scoped_ptr<PageScaleAnimation> page_scale_animation_; |
scoped_ptr<FrameRateCounter> fps_counter_; |
- scoped_ptr<PaintTimeCounter> paint_time_counter_; |
scoped_ptr<MemoryHistory> memory_history_; |
scoped_ptr<DebugRectHistory> debug_rect_history_; |