| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| index 0b22def19b99aaf6fb57189ab576f162ebd46589..9c48aa460d5d47854e4cb6e1297010c976fcedea 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -1314,7 +1314,7 @@ bool PaintLayerCompositor::isMainFrame() const {
|
| }
|
|
|
| VisualViewport& PaintLayerCompositor::visualViewport() const {
|
| - return m_layoutView.frameView()->page()->frameHost().visualViewport();
|
| + return m_layoutView.frameView()->page()->visualViewport();
|
| }
|
|
|
| String PaintLayerCompositor::debugName(
|
|
|