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

Unified Diff: third_party/WebKit/Source/web/WebHelperPluginImpl.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/WebHelperPluginImpl.h
diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
index d9b4403af4148f57923dbcfc28f0d28474e46e18..c8698dd32633426cba97553f29cfa39091c29f02 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
@@ -42,7 +42,7 @@
class HTMLObjectElement;
class WebLocalFrameBase;
-class WebPluginContainerBase;
+class WebPluginContainerImpl;
// Utility class to host helper plugins for media. Internally, it creates a
// detached HTMLPluginElement to host the plugin and uses
@@ -66,7 +66,7 @@
Timer<WebHelperPluginImpl> destruction_timer_;
Persistent<HTMLObjectElement> object_element_;
- Persistent<WebPluginContainerBase> plugin_container_;
+ Persistent<WebPluginContainerImpl> plugin_container_;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698