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

Unified Diff: sky/engine/core/dom/Document.cpp

Issue 949313002: Fix tracing for Document::updateRenderTree (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.cpp
diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
index 55eccadb07b5065fff240f617b49fe4d0e43c283..abba713772e5485ef09021cd682bb75565a9b4b3 100644
--- a/sky/engine/core/dom/Document.cpp
+++ b/sky/engine/core/dom/Document.cpp
@@ -970,8 +970,7 @@ void Document::updateRenderTree(StyleRecalcChange change)
// UpdateSuspendScope::performDeferredWidgetTreeOperations() ?
RefPtr<LocalFrame> protect(m_frame);
- TRACE_EVENT_BEGIN0("blink", "Document::updateRenderTree");
- TRACE_EVENT_SCOPED_SAMPLING_STATE("blink", "UpdateRenderTree");
+ TRACE_EVENT0("blink", "Document::updateRenderTree");
m_styleRecalcElementCounter = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698