| Index: third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp
|
| index 742fb6eff1f68a9e3ac0857c11d19fc081c3d53d..83a3be9d5232d884033c6914a1e5bc0edaecfcdd 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp
|
| @@ -41,7 +41,7 @@ bool CompositingReasonFinder::hasOverflowScrollTrigger() const
|
| bool CompositingReasonFinder::isMainFrame() const
|
| {
|
| // FIXME: LocalFrame::isMainFrame() is probably better.
|
| - return !m_layoutView.document().ownerElement();
|
| + return !m_layoutView.document().localOwnerElement();
|
| }
|
|
|
| CompositingReasons CompositingReasonFinder::directReasons(const PaintLayer* layer) const
|
|
|