| Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| index e29035dc3be460bdb1f41826b77722664ae310a0..5c4e891dbb32a235949d9a39a40c4e09b25971f3 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| @@ -82,10 +82,10 @@ ShadowRoot& ElementShadow::addShadowRoot(Element& shadowHost,
|
| setNeedsDistributionRecalc();
|
|
|
| shadowRoot->insertedInto(&shadowHost);
|
| - shadowHost.setChildNeedsStyleRecalc();
|
| shadowHost.setNeedsStyleRecalc(
|
| SubtreeStyleChange,
|
| StyleChangeReasonForTracing::create(StyleChangeReason::Shadow));
|
| + shadowRoot->setNeedsReattachLayoutTree();
|
|
|
| InspectorInstrumentation::didPushShadowRoot(&shadowHost, shadowRoot);
|
|
|
|
|