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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2729543002: Rename platform/Widget to platform/FrameViewBase in web. (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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index bef391d3b82d160193977c6d96067ae733f8ca65..203a6cbf396c5d7d8e6ff88976f822f359f55b8c 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -143,13 +143,13 @@ class LocalFrameClientImpl final : public LocalFrameClient {
const WTF::AtomicString& name,
HTMLFrameOwnerElement*) override;
virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const;
- Widget* createPlugin(HTMLPlugInElement*,
- const KURL&,
- const Vector<WTF::String>&,
- const Vector<WTF::String>&,
- const WTF::String&,
- bool loadManually,
- DetachedPluginPolicy) override;
+ FrameViewBase* createPlugin(HTMLPlugInElement*,
+ const KURL&,
+ const Vector<WTF::String>&,
+ const Vector<WTF::String>&,
+ const WTF::String&,
+ bool loadManually,
+ DetachedPluginPolicy) override;
std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
HTMLMediaElement&,
const WebMediaPlayerSource&,
« no previous file with comments | « third_party/WebKit/Source/web/InspectorOverlay.cpp ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698