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

Unified Diff: cc/thread_proxy.h

Issue 11783037: Not for review: Enable accelerated animations for orphaned layers (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Wait for layout to complete before starting orphaned animations Created 7 years, 11 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
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698