| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index e1f884a010ebaee6f3d15f14390cbdca4231337b..ee43c338ec8b1d646600430956c02fe1a4f70984 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -240,6 +240,7 @@ class CORE_EXPORT ContainerNode : public Node {
|
| Node* nodeBeforeChange,
|
| Node* nodeAfterChange);
|
| void recalcDescendantStyles(StyleRecalcChange);
|
| + void rebuildChildrenLayoutTrees();
|
|
|
| bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
|
|
|
|
|