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