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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationClock.h

Issue 2757543002: Ensure baseComputedStyle optimisation is cleared during registered custom property animations (Closed)
Patch Set: Rebased Created 3 years, 9 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 | « no previous file | third_party/WebKit/Source/core/animation/AnimationClock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/AnimationClock.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationClock.h b/third_party/WebKit/Source/core/animation/AnimationClock.h
index f668463a219c9c19ff363fd1dc7a3dfcc4ba3107..96477f567f227a7697fc1df481acd78eb1ad97e8 100644
--- a/third_party/WebKit/Source/core/animation/AnimationClock.h
+++ b/third_party/WebKit/Source/core/animation/AnimationClock.h
@@ -57,6 +57,9 @@ class CORE_EXPORT AnimationClock {
void updateTime(double time);
double currentTime();
void resetTimeForTesting(double time = 0);
+ void disableSyntheticTimeForTesting() {
+ m_monotonicallyIncreasingTime = nullptr;
+ }
// notifyTaskStart should be called right before the main message loop starts
// to run the next task from the message queue.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationClock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698