Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / shadow / PluginPlaceholderElement.h
index 8580881..f6fb690 100644 (file)
 
 namespace blink {
 
-class PluginPlaceholderElement FINAL : public HTMLDivElement {
+class PluginPlaceholderElement final : public HTMLDivElement {
     DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<PluginPlaceholderElement> create(Document&);
 
     void setMessage(const String&);
+    void setIsCloseable(bool);
 
 private:
     explicit PluginPlaceholderElement(Document&);