| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 3b4017542939f1c02322e8aff0c8ca067b6ba86e..c1bad629c41795f4dac432b73e28432c237e67de 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -922,7 +922,8 @@ bool ComputedStyle::DiffNeedsPaintInvalidationObjectForPaintImage(
|
| // TODO(ikilpatrick): remove IsInterpolableProperty check once
|
| // CSSPropertyEquality::PropertiesEqual correctly handles all properties.
|
| if (!CSSPropertyMetadata::IsInterpolableProperty(property_id) ||
|
| - !CSSPropertyEquality::PropertiesEqual(property_id, *this, other))
|
| + !CSSPropertyEquality::PropertiesEqual(PropertyHandle(property_id),
|
| + *this, other))
|
| return true;
|
| }
|
|
|
|
|