| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 51cc18cd95fc6c89d86f6b48c38cb818ea64a32b..2c3fc2a34ebbe29cd2ff13dc673001f276d8c755 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -143,6 +143,10 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
|
|
| scoped_ptr<BeginFrameSource> external_begin_frame_source;
|
|
|
| + // Values used to keep track of frame durations. Used only in frame timing.
|
| + BeginFrameArgs last_begin_main_frame_args;
|
| + BeginFrameArgs last_processed_begin_main_frame_args;
|
| +
|
| scoped_ptr<LayerTreeHostImpl> layer_tree_host_impl;
|
| base::WeakPtrFactory<ThreadProxy> weak_factory;
|
| };
|
|
|