| 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 385eeecd4d4c1ee040971e231a0a1815ee8165e5..b2d3fa405ccf921f7d263d0dbacc59d0aa3705e5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -814,8 +814,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
| PassRefPtr<ComputedStyle> propagateInheritedProperties(StyleRecalcChange);
|
|
|
| StyleRecalcChange recalcOwnStyle(StyleRecalcChange);
|
| - // TODO(nainar): Make this const ComputedStyle&.
|
| - StyleRecalcChange rebuildLayoutTree(ComputedStyle&);
|
| + StyleRecalcChange rebuildLayoutTree();
|
|
|
| inline void checkForEmptyStyleChange();
|
|
|
|
|