| 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 151676d29616554ab0906466f6b9c2b89525b108..8fc530ad0bb2778b72e8186c3cfbeb31eb9df51f 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3624,6 +3624,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| bool diffNeedsPaintInvalidationObjectForPaintImage(
|
| const StyleImage*,
|
| const ComputedStyle& other) const;
|
| + bool diffNeedsVisualRectUpdate(const ComputedStyle& other) const;
|
| void updatePropertySpecificDifferences(const ComputedStyle& other,
|
| StyleDifference&) const;
|
|
|
|
|