| Index: third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PageAnimator.cpp b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| index 1bd382d434bdcfaae9c8e13659ae44d0df4d7164..b483f8c817982b8828cb1a4197d29a715ebe3680 100644
|
| --- a/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| @@ -43,6 +43,8 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime)
|
| }
|
|
|
| for (auto& document : documents) {
|
| + ScopedFrameBlamer frameBlamer(document->frame());
|
| + TRACE_EVENT0("blink", "PageAnimator::serviceScriptedAnimations");
|
| DocumentAnimations::updateAnimationTimingForAnimationFrame(*document);
|
| if (document->view()) {
|
| if (document->view()->shouldThrottleRendering())
|
|
|