| Index: third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| index 2757340d87409c4ea039604422c543432e46ed6c..b5d3bcbd3da0de97e43119869723a484f1516dae 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -87,8 +87,7 @@ class CORE_EXPORT ComputedStyleBase {
|
| void CopyNonInheritedFromCached(const ComputedStyleBase& other);
|
| bool DiffNeedsFullLayoutAndPaintInvalidation(
|
| const ComputedStyleBase& other) const;
|
| - bool ScrollAnchorDisablingPropertyChanged(const ComputedStyleBase& other,
|
| - const StyleDifference&) const;
|
| + bool ScrollAnchorDisablingPropertyChanged(const ComputedStyleBase& other) const;
|
|
|
| // Copies the values of any independent inherited properties from the parent
|
| // style that are marked as inherited by this style.
|
|
|