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

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: 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
« no previous file with comments | « Source/core/plugins/testing/DictionaryPluginPlaceholder.h ('k') | Source/web/PluginPlaceholderImplTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/plugins/testing/DictionaryPluginPlaceholder.h ('k') | Source/web/PluginPlaceholderImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698