Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
index 9e60eb74cb354f7c6e79f9bd2a47c73d245d7c7b..24c51110e799490f232717fea350959998198b96 100644 |
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
+++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
@@ -120,6 +120,7 @@ class CORE_EXPORT ShadowRoot final : public DocumentFragment, public TreeScope { |
unsigned numberOfStyles() const { return m_numberOfStyles; } |
void recalcStyle(StyleRecalcChange); |
+ void rebuildLayoutTree(); |
void registerScopedHTMLStyleChild(); |
void unregisterScopedHTMLStyleChild(); |