| Index: third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h b/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h
|
| index c14e8965365ce176b2b0cad6fcefb1c668a9f878..ea360ecc8e51e918fde2af7b0f2fc64c82590624 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.h
|
| @@ -20,8 +20,7 @@ class BlockPaintInvalidator {
|
| BlockPaintInvalidator(const LayoutBlock& block) : block_(block) {}
|
|
|
| void ClearPreviousVisualRects();
|
| - PaintInvalidationReason InvalidatePaintIfNeeded(
|
| - const PaintInvalidatorContext&);
|
| + PaintInvalidationReason InvalidatePaint(const PaintInvalidatorContext&);
|
|
|
| private:
|
| const LayoutBlock& block_;
|
|
|