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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 914403003: cc: Add main frame timing info to frame timing tracker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: cc/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 15e0f0c70e3fab6a31d44399f41096aeb4e3dc4f..27c8e31adaed780e381b265384931ee2d0596032 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -331,6 +331,8 @@ class CC_EXPORT LayerTreeImpl {
scoped_ptr<PendingPageScaleAnimation> pending_animation);
scoped_ptr<PendingPageScaleAnimation> TakePendingPageScaleAnimation();
+ void GatherFrameTimingRequestIds(std::vector<int64_t>* request_ids);
+
protected:
explicit LayerTreeImpl(
LayerTreeHostImpl* layer_tree_host_impl,

Powered by Google App Engine
This is Rietveld 408576698