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

Unified Diff: third_party/WebKit/Source/core/page/PageAnimator.cpp

Issue 2227293002: Add RAIL tracing category to Chrome tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing PaintTiming markers Created 4 years, 4 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
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())

Powered by Google App Engine
This is Rietveld 408576698