| 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 4f409f4a6570eb03878d921c3bc41099d58f328e..94d3ec56d4ea371cd1fa1c54f456d10718d0634c 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 FrameViewBase;
|
| +class PluginView;
|
|
|
| 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; }
|
|
|
| - FrameViewBase* pluginWidget();
|
| + PluginView* pluginView();
|
| Node* pluginNode();
|
|
|
| void shutdown() override;
|
|
|