| 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 fc9747e0211dba594d4c38f6854032a215b49bab..c669fe1291120ff93951efdc3905d6f830d38956 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().attachToLayerTree(layer);
|
| + page->frameHost().visualViewport().attachLayerTree(layer);
|
| }
|
|
|
| String EmptyChromeClient::acceptLanguages() {
|
|
|