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

Unified Diff: third_party/WebKit/Source/core/html/PluginDocument.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/html/PluginDocument.h
diff --git a/third_party/WebKit/Source/core/html/PluginDocument.h b/third_party/WebKit/Source/core/html/PluginDocument.h
index c74a23b65955fb4f7c81a9d7ec87db1414c90ad9..4f409f4a6570eb03878d921c3bc41099d58f328e 100644
--- a/third_party/WebKit/Source/core/html/PluginDocument.h
+++ b/third_party/WebKit/Source/core/html/PluginDocument.h
@@ -31,7 +31,7 @@
namespace blink {
class Node;
-class Widget;
+class FrameViewBase;
class CORE_EXPORT PluginDocument final : public HTMLDocument {
public:
@@ -42,7 +42,7 @@ class CORE_EXPORT PluginDocument final : public HTMLDocument {
void setPluginNode(Node* pluginNode) { m_pluginNode = pluginNode; }
- Widget* pluginWidget();
+ FrameViewBase* pluginWidget();
Node* pluginNode();
void shutdown() override;

Powered by Google App Engine
This is Rietveld 408576698