| Index: third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp b/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| index 4ea9d74401531e965925e3ed7d5012ba9e438502..69007fa6ae2ba43acff1372c059cfa9040eccff3 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentAnimations.cpp
|
| @@ -52,8 +52,9 @@
|
|
|
| } // namespace
|
|
|
| -void DocumentAnimations::updateAnimationTimingForAnimationFrame(Document& document)
|
| +void DocumentAnimations::updateAnimationTimingForAnimationFrame(Document& document, double monotonicAnimationStartTime)
|
| {
|
| + document.animationClock().updateTime(monotonicAnimationStartTime);
|
| updateAnimationTiming(document, TimingUpdateForAnimationFrame);
|
| }
|
|
|
|
|