Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index 5732f1fc13adb0c30c63799d7c50dbc0e9b06ebd..3bf70754ca4d9ee07406e11844171ec31573cb4f 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -682,6 +682,11 @@ protected: |
const LayoutRect& oldBounds, const LayoutPoint& oldPositionFromPaintInvalidationContainer, |
const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationContainer) OVERRIDE; |
+ virtual void clearPaintInvalidationState() OVERRIDE; |
+#if ENABLE(ASSERT) |
+ virtual bool paintInvalidationStateIsDirty() const OVERRIDE; |
+#endif |
+ |
private: |
void updateShapeOutsideInfoAfterStyleChange(const RenderStyle&, const RenderStyle* oldStyle); |
void updateGridPositionAfterStyleChange(const RenderStyle*); |