| 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 56a642dec49b640e4a6fbb1bd43f448f10387641..711d891a824a3e2b9f7211905cd5df5c9b6ecc27 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2597,6 +2597,9 @@ void FrameView::updateStyleAndLayoutIfNeededRecursiveInternal()
|
| if (shouldThrottleRendering())
|
| return;
|
|
|
| + ScopedFrameBlamer frameBlamer(m_frame);
|
| + TRACE_EVENT0("blink", "FrameView::updateStyleAndLayoutIfNeededRecursive");
|
| +
|
| // We have to crawl our entire subtree looking for any FrameViews that need
|
| // layout and make sure they are up to date.
|
| // Mac actually tests for intersection with the dirty region and tries not to
|
|
|