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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

Issue 2759063002: Remove most of Widget (FrameViewBase) class from HTMLPlugInElement. (Closed)
Patch Set: Fix shouldAccelerate 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/core/loader/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index 285a73437915c284f81b02af6bbb725686387d2d..933d7754a6f1d2f2c66fe2519a5dc36046664651 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -160,13 +160,13 @@ LocalFrame* EmptyLocalFrameClient::createFrame(const FrameLoadRequest&,
return nullptr;
}
-FrameViewBase* EmptyLocalFrameClient::createPlugin(HTMLPlugInElement*,
- const KURL&,
- const Vector<String>&,
- const Vector<String>&,
- const String&,
- bool,
- DetachedPluginPolicy) {
+PluginView* EmptyLocalFrameClient::createPlugin(HTMLPlugInElement*,
+ const KURL&,
+ const Vector<String>&,
+ const Vector<String>&,
+ const String&,
+ bool,
+ DetachedPluginPolicy) {
return nullptr;
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698