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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLPlugInElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index edb133b463005f4839d270cda7cc6f6f4dadfd1d..373d7d1a40166aeeebf98876da0c0f4311d16a90 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -61,7 +61,6 @@ namespace blink {
class Document;
class DocumentLoader;
struct FrameLoadRequest;
-class FrameViewBase;
class HTMLFormElement;
class HTMLFrameElementBase;
class HTMLFrameOwnerElement;
@@ -70,6 +69,7 @@ class HTMLPlugInElement;
class HistoryItem;
class KURL;
class LocalFrame;
+class PluginView;
class ResourceError;
class ResourceRequest;
class ResourceResponse;
@@ -196,13 +196,13 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
AllowDetachedPlugin,
};
virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
- virtual FrameViewBase* createPlugin(HTMLPlugInElement*,
- const KURL&,
- const Vector<String>&,
- const Vector<String>&,
- const String&,
- bool loadManually,
- DetachedPluginPolicy) = 0;
+ virtual PluginView* createPlugin(HTMLPlugInElement*,
+ const KURL&,
+ const Vector<String>&,
+ const Vector<String>&,
+ const String&,
+ bool loadManually,
+ DetachedPluginPolicy) = 0;
virtual std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
HTMLMediaElement&,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLPlugInElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698