| Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| index c669fe1291120ff93951efdc3905d6f830d38956..0a7bb3fc802df4bde36fc93b9cdda3d59510a34f 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -115,7 +115,7 @@ void EmptyChromeClient::attachRootGraphicsLayer(GraphicsLayer* layer,
|
| Page* page = localRoot ? localRoot->page() : nullptr;
|
| if (!page)
|
| return;
|
| - page->frameHost().visualViewport().attachLayerTree(layer);
|
| + page->visualViewport().attachLayerTree(layer);
|
| }
|
|
|
| String EmptyChromeClient::acceptLanguages() {
|
|
|