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

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, 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 0357252eae7e4b71b4e3ab56bf8f861b28e07eb0..16473dec716a5f0b221b45d50d1dbb151ed36f65 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