| 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 8f42158bc1139a8b9935e301bc204068b0a93381..21d16f1bff49a6d233036428c7d125f08f04363f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -667,8 +667,7 @@ private:
|
| void setInlineStyleFromString(const AtomicString&);
|
|
|
| StyleRecalcChange recalcOwnStyle(StyleRecalcChange);
|
| - // TODO(nainar): Make this const ComputedStyle&.
|
| - StyleRecalcChange buildLayoutTree(ComputedStyle&);
|
| + StyleRecalcChange buildLayoutTree();
|
|
|
| inline void checkForEmptyStyleChange();
|
|
|
|
|