| Index: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| index 76e2b8ec581220d71f25ebff98182fce2d4e14f8..59d512b1c18cababaa02a6749bfc85486432d9cd 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| @@ -27,6 +27,8 @@ class BoxPaintInvalidator {
|
|
|
| PaintInvalidationReason invalidatePaintIfNeeded();
|
|
|
| + static LayoutSize previousBorderBoxSize(const LayoutBox&);
|
| +
|
| private:
|
| bool backgroundGeometryDependsOnLayoutOverflowRect();
|
| bool backgroundPaintsOntoScrollingContentsLayer();
|
|
|