| 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 c2fb4fca126c4ad8cbab2c82838947f445b7c8dd..5513fd3c30e7c49d4c43818968fea2a082c26a6b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -651,7 +651,7 @@ private:
|
|
|
| StyleRecalcChange recalcOwnStyle(StyleRecalcChange);
|
| // TODO(nainar): Make this const ComputedStyle&.
|
| - StyleRecalcChange buildOwnLayout(ComputedStyle&);
|
| + StyleRecalcChange buildLayoutTree(ComputedStyle&);
|
|
|
| inline void checkForEmptyStyleChange();
|
|
|
|
|