| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 8175322247b4cf7f47405d4fbe6e630e6ed3148b..7e6d86fba9badca90a4847c56201f3918ca7cc1e 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -679,6 +679,7 @@ protected:
|
| virtual InvalidationReason getPaintInvalidationReason(const RenderLayerModelObject& paintInvalidationContainer,
|
| const LayoutRect& oldBounds, const LayoutPoint& oldPositionFromPaintInvalidationContainer,
|
| const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationContainer) OVERRIDE;
|
| + virtual void incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationContainer) OVERRIDE;
|
|
|
| virtual void clearPaintInvalidationState(const PaintInvalidationState&) OVERRIDE;
|
| #if ENABLE(ASSERT)
|
| @@ -731,6 +732,8 @@ private:
|
| }
|
|
|
| void savePreviousBorderBoxSizeIfNeeded();
|
| + LayoutSize computePreviousBorderBoxSize(const LayoutSize& previousBoundsSize) const;
|
| +
|
| bool logicalHeightComputesAsNone(SizeType) const;
|
|
|
| virtual InvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&, const RenderLayerModelObject& newPaintInvalidationContainer) OVERRIDE FINAL;
|
|
|