| 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 225dcbb2fea09328939f16314bf69bca5c2337fd..263f95f9204acf4cb967c2d3a3dc61c054553338 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3971,7 +3971,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| TransformationMatrix&) const;
|
|
|
| bool scrollAnchorDisablingPropertyChanged(const ComputedStyle& other,
|
| - StyleDifference&) const;
|
| + const StyleDifference&) const;
|
| bool diffNeedsFullLayoutAndPaintInvalidation(
|
| const ComputedStyle& other) const;
|
| bool diffNeedsFullLayout(const ComputedStyle& other) const;
|
| @@ -3982,6 +3982,8 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| const ComputedStyle& other) const;
|
| void updatePropertySpecificDifferences(const ComputedStyle& other,
|
| StyleDifference&) const;
|
| + bool diffNeedsPaintPropertyUpdate(const ComputedStyle& other,
|
| + const StyleDifference&) const;
|
|
|
| bool requireTransformOrigin(ApplyTransformOrigin applyOrigin,
|
| ApplyMotionPath) const;
|
|
|