Chromium Code Reviews| Index: Source/core/dom/Element.h |
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
| index 79a448155feb2090a417dc20145002b3a913fc62..1fc58bd2633b3f7d9d67f550f46c1a31360ec89f 100644 |
| --- a/Source/core/dom/Element.h |
| +++ b/Source/core/dom/Element.h |
| @@ -417,6 +417,7 @@ public: |
| ElementShadow* ensureShadow(); |
| PassRefPtr<ShadowRoot> createShadowRoot(ExceptionCode&); |
| ShadowRoot* shadowRoot() const; |
| + void ensureDistribution(); |
| bool hasAuthorShadowRoot() const { return shadowRoot(); } |