| 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 1c29b6f6c1aed27c65ea8c399ae1ee8c8998167f..f06470f587ccd1daee1e41720faf53e0bcd009a4 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -61,6 +61,7 @@ class LayerImpl;
|
| class LayerTreeImpl;
|
| class MemoryHistory;
|
| class PageScaleAnimation;
|
| +class PendingTreeDurationHistogramTimer;
|
| class PictureLayerImpl;
|
| class RasterTilePriorityQueue;
|
| class TileTaskManager;
|
| @@ -852,6 +853,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| bool has_fixed_raster_scale_blurry_content_;
|
| std::bitset<kFixedRasterScaleAttemptedScaleChangeHistoryCount>
|
| fixed_raster_scale_attempted_scale_change_history_;
|
| + std::unique_ptr<PendingTreeDurationHistogramTimer>
|
| + pending_tree_duration_timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
|
| };
|
|
|