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

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: update Created 5 years, 10 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 5de0d9a8845c1945d9ce9d6ab06b63b022186872..9d568aedc8c37995d049b7d5b98533bba7a9049e 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