| 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 fcbdce1b64c2b7b458d096b2072ec9ca5948cd49..85a68d05f2ee948ddba0006ca07eee71d6359fe5 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3918,8 +3918,6 @@ 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;
|
|
|