| 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;
|
|
|