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

Unified Diff: cc/layers/layer_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/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 1c64453f1be9570e6f4862205da1150d879074e4..f6fe32bbf1aa13f5b691d6720b3bc7730584c3f1 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -593,6 +593,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
const std::vector<FrameTimingRequest>& frame_timing_requests() const {
return frame_timing_requests_;
}
+ void GatherFrameTimingRequestIds(std::vector<int64_t>* request_ids);
SyncedScrollOffset* synced_scroll_offset() { return scroll_offset_.get(); }

Powered by Google App Engine
This is Rietveld 408576698