| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index e8b7ec1112d4094ad011ab24af71a31b7b1fef2f..dd0ac7e63ed52145050f06b98c995e253c5f4569 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -989,7 +989,6 @@ void FrameView::layout() {
|
| return;
|
|
|
| TRACE_EVENT0("blink,benchmark", "FrameView::layout");
|
| - TRACE_EVENT_SCOPED_SAMPLING_STATE("blink", "Layout");
|
|
|
| if (m_autoSizeInfo)
|
| m_autoSizeInfo->autoSizeIfNeeded();
|
|
|