| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 8d8f5902488d524177fa92ba7b103c54eb6e591c..ca541237de60ed942a19a6d1fd0a32102dfd0577 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -4019,6 +4019,8 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| float originY,
|
| TransformationMatrix&) const;
|
|
|
| + bool scrollAnchorDisablingPropertyChanged(const ComputedStyle& other,
|
| + StyleDifference&) const;
|
| bool diffNeedsFullLayoutAndPaintInvalidation(
|
| const ComputedStyle& other) const;
|
| bool diffNeedsFullLayout(const ComputedStyle& other) const;
|
|
|