| Index: third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp b/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| index ab77c775162b366b59cf8503a094b68a6e0ab16a..f0c15bbe0f58d49051c9aa3aaf50a011218b51f4 100644
|
| --- a/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
|
| @@ -133,7 +133,7 @@ class BrowserControlsTest : public ::testing::Test {
|
| return m_helper.webView()->mainFrameImpl()->frame();
|
| }
|
| VisualViewport& visualViewport() const {
|
| - return m_helper.webView()->page()->frameHost().visualViewport();
|
| + return m_helper.webView()->page()->visualViewport();
|
| }
|
|
|
| private:
|
|
|