Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: third_party/WebKit/Source/web/WebHelperPluginImpl.cpp

Issue 2888283004: Revert of Introduce WebPluginContainerBase to abstract WebPluginContainerImpl. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
index db3659067fd5e24c6092b9416a3840a04f243f1c..08269910dfd948e6d1abd33d72bc9b072e7dec2f 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
@@ -30,12 +30,12 @@
#include "web/WebHelperPluginImpl.h"
-#include "core/exported/WebPluginContainerBase.h"
#include "core/frame/LocalFrameClient.h"
#include "core/frame/WebLocalFrameBase.h"
#include "core/html/HTMLObjectElement.h"
#include "core/loader/FrameLoader.h"
#include "public/web/WebPlugin.h"
+#include "web/WebPluginContainerImpl.h"
namespace blink {
@@ -64,7 +64,7 @@
Vector<String> attribute_names;
Vector<String> attribute_values;
DCHECK(frame->GetFrame()->GetDocument()->Url().IsValid());
- plugin_container_ = ToWebPluginContainerBase(
+ plugin_container_ = ToWebPluginContainerImpl(
frame->GetFrame()->Loader().Client()->CreatePlugin(
object_element_.Get(), frame->GetFrame()->GetDocument()->Url(),
attribute_names, attribute_values, plugin_type, false,
« no previous file with comments | « third_party/WebKit/Source/web/WebHelperPluginImpl.h ('k') | third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698