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; |