Chromium Code Reviews| Index: cc/thread_proxy.h |
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
| index 9223933bd9f36f7ccac21188b2ef913fd6e560f5..1e332feb4f7bfa1e9cf0c794d0302850e38ae46b 100644 |
| --- a/cc/thread_proxy.h |
| +++ b/cc/thread_proxy.h |
| @@ -97,6 +97,7 @@ private: |
| ~BeginFrameAndCommitState(); |
| base::TimeTicks monotonicFrameBeginTime; |
| + base::Time wallClockFrameBeginTime; |
| scoped_ptr<ScrollAndScaleSet> scrollInfo; |
| gfx::Transform implTransform; |
| size_t memoryAllocationLimitBytes; |