Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 1878323004: Add an uma stat to time Pending Tree activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/base/histograms.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « cc/base/histograms.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698