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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.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/WebPluginContainerImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
index be8f613bc2f617b7964e92263928cc6760e35540..6cbf14726ace79d4fe6c51272924af9033fe9ea4 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
@@ -665,7 +665,7 @@
WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element,
WebPlugin* web_plugin)
- : WebPluginContainerBase(element->GetDocument().GetFrame()),
+ : ContextClient(element->GetDocument().GetFrame()),
element_(element),
web_plugin_(web_plugin),
web_layer_(nullptr),
@@ -701,7 +701,8 @@
DEFINE_TRACE(WebPluginContainerImpl) {
visitor->Trace(parent_);
visitor->Trace(element_);
- WebPluginContainerBase::Trace(visitor);
+ ContextClient::Trace(visitor);
+ PluginView::Trace(visitor);
}
void WebPluginContainerImpl::HandleMouseEvent(MouseEvent* event) {
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.h ('k') | third_party/WebKit/Source/web/WebPluginDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698