Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
index 781787641c9572f1d6c4ead586fecf4bc0b065db..496270a86f26fc7fbbe7b88ac937066e5b3fc381 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
@@ -991,11 +991,6 @@ void LayoutBlock::RemovePositionedObject(LayoutBox* o) { |
} |
PaintInvalidationReason LayoutBlock::InvalidatePaint( |
- const PaintInvalidationState& paint_invalidation_state) { |
- return LayoutBox::InvalidatePaint(paint_invalidation_state); |
-} |
- |
-PaintInvalidationReason LayoutBlock::InvalidatePaint( |
const PaintInvalidatorContext& context) const { |
return BlockPaintInvalidator(*this).InvalidatePaint(context); |
} |