| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 507e50cd898652aa9635bc2368fbeb3fd209061b..385eeecd4d4c1ee040971e231a0a1815ee8165e5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -815,7 +815,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
|
|
| StyleRecalcChange recalcOwnStyle(StyleRecalcChange);
|
| // TODO(nainar): Make this const ComputedStyle&.
|
| - StyleRecalcChange buildLayoutTree(ComputedStyle&);
|
| + StyleRecalcChange rebuildLayoutTree(ComputedStyle&);
|
|
|
| inline void checkForEmptyStyleChange();
|
|
|
|
|