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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 4dd9cf4c1d1cd8bc427ff61dfb013469821f1cf5..ca254e321723e26606b96cd6c1dd8c982d7b3995 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -70,7 +70,7 @@
class WebNode;
class WebPerformance;
class WebPlugin;
-class WebPluginContainerBase;
+class WebPluginContainerImpl;
class WebScriptExecutionCallback;
class WebView;
class WebViewBase;
@@ -352,14 +352,14 @@
static WebLocalFrameImpl* FromFrameOwnerElement(Element*);
// If the frame hosts a PluginDocument, this method returns the
- // WebPluginContainerBase that hosts the plugin.
- static WebPluginContainerBase* PluginContainerFromFrame(LocalFrame*);
+ // WebPluginContainerImpl that hosts the plugin.
+ static WebPluginContainerImpl* PluginContainerFromFrame(LocalFrame*);
// If the frame hosts a PluginDocument, this method returns the
- // WebPluginContainerBase that hosts the plugin. If the provided node is a
- // plugin, then it runs its WebPluginContainerBase. Otherwise, uses the
+ // WebPluginContainerImpl that hosts the plugin. If the provided node is a
+ // plugin, then it runs its WebPluginContainerImpl. Otherwise, uses the
// currently focused element (if any).
- static WebPluginContainerBase* CurrentPluginContainer(LocalFrame*,
+ static WebPluginContainerImpl* CurrentPluginContainer(LocalFrame*,
Node* = nullptr);
WebViewBase* ViewImpl() const override;
« no previous file with comments | « third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698