| 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 e66a1ff92976debed7bf24ecba3b543b4e064751..4243ec116557209423308f9412251b986be370b2 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;
|
| @@ -461,9 +460,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();
|
| }
|
| @@ -762,7 +758,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_;
|
|
|
|
|