| 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..4e3738c583684ee56a3c05c8db0feb3775d35367 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 needsToSavePreviousContentBoxSizeOrLayoutOverflowRect();
|
| void savePreviousBoxGeometriesIfNeeded();
|
| - LayoutRect previousContentBoxRect();
|
| - LayoutRect previousLayoutOverflowRect();
|
|
|
| const LayoutBox& m_box;
|
| const PaintInvalidatorContext& m_context;
|
|
|