| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 6101626fa0424c9ab1f011456965f02c93bdf65a..0b5f603442a242524fafc0dd117d44939102381d 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -42,7 +42,6 @@ class LayerTreeSettings;
|
| class MemoryHistory;
|
| class OutputSurface;
|
| class PageScaleAnimation;
|
| -class PaintTimeCounter;
|
| class PictureLayerImpl;
|
| class Proxy;
|
| class ResourceProvider;
|
| @@ -83,7 +82,6 @@ class CC_EXPORT LayerTreeImpl {
|
| ResourceProvider* resource_provider() const;
|
| TileManager* tile_manager() const;
|
| FrameRateCounter* frame_rate_counter() const;
|
| - PaintTimeCounter* paint_time_counter() const;
|
| MemoryHistory* memory_history() const;
|
| gfx::Size device_viewport_size() const;
|
| float device_scale_factor() const;
|
|
|