| 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 94d3ec56d4ea371cd1fa1c54f456d10718d0634c..3b6161a7fc5bded8a8ef40b82acf4d0a5a5525ba 100644
|
| --- a/third_party/WebKit/Source/core/html/PluginDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/PluginDocument.h
|
| @@ -42,6 +42,8 @@ class CORE_EXPORT PluginDocument final : public HTMLDocument {
|
|
|
| void setPluginNode(Node* pluginNode) { m_pluginNode = pluginNode; }
|
|
|
| + // TODO(joelhockey): This method does not need to be public, and hardly needs
|
| + // to exist at all.
|
| PluginView* pluginView();
|
| Node* pluginNode();
|
|
|
|
|