| 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 f65eff3634047a68b26a93060453eab516b77654..5788276964828307d0c63c4ca9d041eaa4fa8311 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3688,6 +3688,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;
|
|
|
|
|