mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix tracing for Document::updateRenderTree
R=abarth@chromium.org, abarth BUG= Review URL: https://codereview.chromium.org/949313002
This commit is contained in:
parent
e53bba60a5
commit
3ed20172df
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user