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

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: rebase 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
« no previous file with comments | « cc/debug/frame_timing_tracker_unittest.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index e0c42f0bfecf3bbc31c7c9e74bbb86d4d3463c51..b13dce911a61eeac191d853027b8edfd841c8595 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -596,6 +596,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(); }
« no previous file with comments | « cc/debug/frame_timing_tracker_unittest.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698