| 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 7d7c811681390f6ce7e82a3dfc7fafb299e531f6..b2b23a35c346f849169d98aac965d926ca33ad86 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| @@ -12,7 +12,6 @@ namespace blink {
|
|
|
| class LayoutBox;
|
| class LayoutRect;
|
| -class LayoutSize;
|
| struct PaintInvalidatorContext;
|
|
|
| class BoxPaintInvalidator {
|
| @@ -27,9 +26,6 @@ class BoxPaintInvalidator {
|
|
|
| PaintInvalidationReason invalidatePaintIfNeeded();
|
|
|
| - static LayoutSize previousBorderBoxSize(const LayoutBox&,
|
| - const LayoutSize& defaultSize);
|
| -
|
| private:
|
| bool backgroundGeometryDependsOnLayoutOverflowRect();
|
| bool backgroundPaintsOntoScrollingContentsLayer();
|
|
|