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

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

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.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 1c6991f9de52406f490dc8d6e549e962f9560aee..ab35d15a67858470b6aa4021949a171064c4e82b 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -326,13 +326,13 @@ class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient {
LocalFrame* createFrame(const FrameLoadRequest&,
const AtomicString&,
HTMLFrameOwnerElement*) override;
- FrameViewBase* createPlugin(HTMLPlugInElement*,
- const KURL&,
- const Vector<String>&,
- const Vector<String>&,
- const String&,
- bool,
- DetachedPluginPolicy) override;
+ PluginView* createPlugin(HTMLPlugInElement*,
+ const KURL&,
+ const Vector<String>&,
+ const Vector<String>&,
+ const String&,
+ bool,
+ DetachedPluginPolicy) override;
bool canCreatePluginWithoutRenderer(const String& mimeType) const override {
return false;
}
« no previous file with comments | « third_party/WebKit/Source/core/html/PluginDocument.cpp ('k') | third_party/WebKit/Source/core/loader/EmptyClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698