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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2722953003: Part 1 to rename platform/Widget to platform/FrameViewBase. (Closed)
Patch Set: Created 3 years, 10 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/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index aeaac63d6065c42de3ff9bc18f03293118a1180c..43826ecaf83ab78d11ce456444bd3126821d3bd3 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -61,6 +61,7 @@ namespace blink {
class Document;
class DocumentLoader;
struct FrameLoadRequest;
+class FrameViewBase;
class HTMLFormElement;
class HTMLFrameElementBase;
class HTMLFrameOwnerElement;
@@ -84,7 +85,6 @@ class WebMediaPlayerSource;
class WebRemotePlaybackClient;
class WebRTCPeerConnectionHandler;
class WebServiceWorkerProvider;
-class Widget;
class CORE_EXPORT LocalFrameClient : public FrameClient {
public:
@@ -193,7 +193,7 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
AllowDetachedPlugin,
};
virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
- virtual Widget* createPlugin(HTMLPlugInElement*,
+ virtual FrameViewBase* createPlugin(HTMLPlugInElement*,
const KURL&,
const Vector<String>&,
const Vector<String>&,

Powered by Google App Engine
This is Rietveld 408576698