| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 587c08a0dbf5b3bc767b255262741682be3266e7..c8f38e9673a6aa5bd382f87af651c9cf4d1571fc 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -1188,13 +1188,6 @@ Element* Document::scrollingElement()
|
| return body();
|
| }
|
|
|
| -VisualViewport* Document::visualViewport()
|
| -{
|
| - if (FrameHost* host = frameHost())
|
| - return &host->visualViewport();
|
| - return nullptr;
|
| -}
|
| -
|
| /*
|
| * Performs three operations:
|
| * 1. Convert control characters to spaces
|
|
|