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

Unified Diff: Source/web/PluginPlaceholderImpl.cpp

Issue 698533003: Implement support for closing shadow DOM plugin placeholders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months 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/web/PluginPlaceholderImpl.cpp
diff --git a/Source/web/PluginPlaceholderImpl.cpp b/Source/web/PluginPlaceholderImpl.cpp
index f6950f8da17c8304cd3c39c04d8671bb9689c90d..25a1188d9aedf062ae085b6577290977c3963dd4 100644
--- a/Source/web/PluginPlaceholderImpl.cpp
+++ b/Source/web/PluginPlaceholderImpl.cpp
@@ -39,6 +39,7 @@ void PluginPlaceholderImpl::loadIntoContainer(ContainerNode& container)
void PluginPlaceholderImpl::update()
{
m_placeholderElement->setMessage(m_webPluginPlaceholder->message());
+ m_placeholderElement->setIsCloseable(m_webPluginPlaceholder->isCloseable());
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698