Chromium Code Reviews| Index: Source/core/html/shadow/PluginPlaceholderElement.idl |
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.idl b/Source/core/html/shadow/PluginPlaceholderElement.idl |
| index 25508d6608858721988362efb42db8386a1322c4..60f80c4c3bd2237ccc029bca73864138e9a45fd5 100644 |
| --- a/Source/core/html/shadow/PluginPlaceholderElement.idl |
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.idl |
| @@ -7,4 +7,7 @@ |
| ] interface PluginPlaceholderElement : HTMLDivElement { |
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString message; |
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void createCallback(); |
| + |
| + // Exposes the content of PluginPlaceholderElement.css. |
| + [OnlyExposedToPrivateScript] readonly attribute DOMString styleSource; |
|
abarth-chromium
2014/09/02 22:34:34
Please don't add this function. Instead, private
jbroman
2014/09/02 23:53:32
There are about three ways I can think of here. Wh
|
| }; |