| Index: third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| index 5d4272b3015d4dd936cfc9ca8e343b35cf3bdde1..3a19596585bf71e3a29a9c7297718e8861947d1d 100644
|
| --- a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| @@ -54,7 +54,6 @@
|
| #include "public/web/WebViewClient.h"
|
| #include "public/web/WebWidgetClient.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebFrameImplBase.h"
|
| #include "web/WebViewImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
|
|
| @@ -300,8 +299,8 @@ void TouchActionTest::RunTestOnTree(
|
| << ").";
|
| std::string failure_context_pos = context_stream.str();
|
|
|
| - LocalFrame* main_frame = static_cast<LocalFrame*>(
|
| - web_view->MainFrame()->ToImplBase()->GetFrame());
|
| + LocalFrame* main_frame =
|
| + static_cast<LocalFrame*>(web_view->MainFrame()->GetFrame());
|
| FrameView* main_frame_view = main_frame->View();
|
| IntRect visible_rect = WindowClipRect(*main_frame_view);
|
| ASSERT_TRUE(visible_rect.Contains(window_point))
|
|
|