| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index b400edc6827a10b9c60692b6e61f5a51fa869246..c166d8d214e91fc1cd26caf4e9a94cc9d57eb04c 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -1010,7 +1010,7 @@ TEST_P(ParameterizedVisualViewportTest, TestWebViewResizeCausesViewportConstrain
|
| EXPECT_TRUE(navbar->needsLayout());
|
| }
|
|
|
| -class MockWebFrameClient : public WebFrameClient {
|
| +class MockWebFrameClient : public FrameTestHelpers::TestWebFrameClient {
|
| public:
|
| MOCK_METHOD1(showContextMenu, void(const WebContextMenuData&));
|
| MOCK_METHOD1(didChangeScrollOffset, void(WebLocalFrame*));
|
|
|