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

Unified Diff: cc/trees/thread_proxy.h

Issue 1137823002: Pass collected frame timing events to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Send finishTime as well for Render events. Created 5 years, 7 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/trees/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index f4f1f283c77553e28348a790ffafa687b815da63..34a7f9057441bdfa5c4063bcb30d07be434120b4 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -55,6 +55,8 @@ class CC_EXPORT ThreadProxy : public Proxy,
unsigned int begin_frame_id;
BeginFrameArgs begin_frame_args;
scoped_ptr<ScrollAndScaleSet> scroll_info;
+ scoped_ptr<FrameTimingTracker::CompositeTimingSet> frame_composite_counts;
vmpstr 2015/05/12 23:48:25 I would name this something like frame_composite_e
MikeB 2015/05/21 21:53:08 Done.
+ scoped_ptr<FrameTimingTracker::MainFrameTimingSet> frame_render_counts;
size_t memory_allocation_limit_bytes;
int memory_allocation_priority_cutoff;
bool evicted_ui_resources;

Powered by Google App Engine
This is Rietveld 408576698