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

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

Issue 2759063002: Remove most of Widget (FrameViewBase) class from HTMLPlugInElement. (Closed)
Patch Set: Created 3 years, 9 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/WebPluginDocument.cpp
diff --git a/third_party/WebKit/Source/web/WebPluginDocument.cpp b/third_party/WebKit/Source/web/WebPluginDocument.cpp
index 24c1938bc41198c5d481c98c3c60f5d85de88b58..9dfbd6edf0515d70334c4e126283371d5d874658 100644
--- a/third_party/WebKit/Source/web/WebPluginDocument.cpp
+++ b/third_party/WebKit/Source/web/WebPluginDocument.cpp
@@ -44,7 +44,7 @@ WebPlugin* WebPluginDocument::plugin() {
return 0;
PluginDocument* doc = unwrap<PluginDocument>();
WebPluginContainerImpl* container =
- toWebPluginContainerImpl(doc->pluginWidget());
+ toWebPluginContainerImpl(doc->pluginView());
return container ? container->plugin() : 0;
}

Powered by Google App Engine
This is Rietveld 408576698