| 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 1cf7a5bb8e5eaff574858cfbd199d3e60b70a1cd..1843c659622c9511722bc60b1bd0c2ccc9ef25fa 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -650,7 +650,7 @@ private:
|
| void setInlineStyleFromString(const AtomicString&);
|
|
|
| StyleRecalcChange recalcOwnStyle(StyleRecalcChange);
|
| - StyleRecalcChange buildOwnLayout(const ComputedStyle*);
|
| + StyleRecalcChange buildOwnLayout();
|
|
|
| inline void checkForEmptyStyleChange();
|
|
|
|
|