| 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 32db0bc9a5bbe05f98ef15faec95a0a1a1e3ad81..2730fe1228ab3bbed238ea4d4c7c2d54b6511600 100644
|
| --- a/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| @@ -45,7 +45,7 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime)
|
|
|
| for (auto& document : documents) {
|
| ScopedFrameBlamer frameBlamer(document->frame());
|
| - TRACE_EVENT0("blink", "PageAnimator::serviceScriptedAnimations");
|
| + TRACE_EVENT0("blink,rail", "PageAnimator::serviceScriptedAnimations");
|
| DocumentAnimations::updateAnimationTimingForAnimationFrame(*document);
|
| if (document->view()) {
|
| if (document->view()->shouldThrottleRendering())
|
|
|