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

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, 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 62d428e8dd99b853eb424b982737615caaa74657..5f98ae64ccdbd4402ee0e0a980e9de438862d26f 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -598,6 +598,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