| Index: Source/core/html/shadow/PluginPlaceholderElement.h
|
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.h b/Source/core/html/shadow/PluginPlaceholderElement.h
|
| index cc426d94602008732590572e25b5a6f0596dc048..f6fb690fa0a51c2d9064125a9cd4743df2cdf95f 100644
|
| --- a/Source/core/html/shadow/PluginPlaceholderElement.h
|
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.h
|
| @@ -16,6 +16,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<PluginPlaceholderElement> create(Document&);
|
|
|
| void setMessage(const String&);
|
| + void setIsCloseable(bool);
|
|
|
| private:
|
| explicit PluginPlaceholderElement(Document&);
|
|
|