| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 47b6351ca6f8d7bdc1b503cc2ec77a5e63d4afc6..5a7a5b601ba4cae8fa32b7c4496fe7bf61cfd1d5 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;
|
|
|