| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.h b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| index ce445e7c0b8c02e0f18cdf663448f7a0ed975db1..7b6e44a21bd7e6845d14ddc00d44a68e31c36efa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -93,6 +93,9 @@
|
| void clearDistribution();
|
| void saveAndClearDistribution();
|
|
|
| + bool supportsDistribution() const { return isInShadowTree(); }
|
| + void updateDistributedNodesManually();
|
| +
|
| static AtomicString normalizeSlotName(const AtomicString&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|