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

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

Issue 2877363002: Move more classes over to use WebLocalFrameBase instead of WebLocalFrameImpl. (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.h
diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
index d10f8c786add66031a505cdb0d8ebe8302ce12f5..c8698dd32633426cba97553f29cfa39091c29f02 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
@@ -41,7 +41,7 @@
namespace blink {
class HTMLObjectElement;
-class WebLocalFrameImpl;
+class WebLocalFrameBase;
class WebPluginContainerImpl;
// Utility class to host helper plugins for media. Internally, it creates a
@@ -61,7 +61,7 @@ class WebHelperPluginImpl final : public WebHelperPlugin {
WebHelperPluginImpl();
- bool Initialize(const String& plugin_type, WebLocalFrameImpl*);
+ bool Initialize(const String& plugin_type, WebLocalFrameBase*);
void ReallyDestroy(TimerBase*);
Timer<WebHelperPluginImpl> destruction_timer_;
« no previous file with comments | « third_party/WebKit/Source/web/UserMediaClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698