Index: third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
index c5964b9ff3879bcd1b5b8cf9cdedc3726e0ddf45..aeddb193218d0b99078cb71de26cd33d6e5e3786 100644 |
--- a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
@@ -48,6 +48,7 @@ |
#include "platform/testing/UnitTestHelpers.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebClipboard.h" |
+#include "public/platform/WebCoalescedInputEvent.h" |
#include "public/platform/WebCompositorSupport.h" |
#include "public/platform/WebLayer.h" |
#include "public/platform/WebMouseWheelEvent.h" |
@@ -1058,7 +1059,7 @@ TEST_F(WebPluginContainerTest, NeedsWheelEvents) { |
TestPluginWebFrameClient |
plugin_web_frame_client; // Must outlive webViewHelper |
FrameTestHelpers::WebViewHelper web_view_helper; |
- WebViewImpl* web_view = web_view_helper.InitializeAndLoad( |
+ WebViewBase* web_view = web_view_helper.InitializeAndLoad( |
base_url_ + "plugin_container.html", true, &plugin_web_frame_client); |
DCHECK(web_view); |
web_view->GetSettings()->SetPluginsEnabled(true); |