| 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 b2b23a35c346f849169d98aac965d926ca33ad86..a5237c12ab553ffa43de0e95f1c061b1c58ec2e6 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
|
| @@ -40,10 +40,8 @@ class BoxPaintInvalidator {
|
| const LayoutRect& oldRect,
|
| const LayoutRect& newRect);
|
|
|
| - bool needsToSavePreviousBoxGeometries();
|
| + bool needsToSavePreviousOtherBoxGeometries();
|
| void savePreviousBoxGeometriesIfNeeded();
|
| - LayoutRect previousContentBoxRect();
|
| - LayoutRect previousLayoutOverflowRect();
|
|
|
| const LayoutBox& m_box;
|
| const PaintInvalidatorContext& m_context;
|
|
|