Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: Source/core/html/shadow/PluginPlaceholderElement.h

Issue 698533003: Implement support for closing shadow DOM plugin placeholders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mkwst comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698