Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index 9309fb955f9e3fd5936e132f2b26489995e8a021..2f94081d9656c887d9a1fdd99201455fc13767a9 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.h |
@@ -275,7 +275,7 @@ private: |
virtual bool hitTestFloats(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset) OVERRIDE FINAL; |
virtual void repaintOverhangingFloats(bool paintAllDescendants) OVERRIDE FINAL; |
- virtual void repaintOverflow() OVERRIDE FINAL; |
+ virtual void invalidatePaintForOverflow() OVERRIDE FINAL; |
virtual void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase = false) OVERRIDE FINAL; |
virtual void clipOutFloatingObjects(RenderBlock*, const PaintInfo*, const LayoutPoint&, const LayoutSize&) OVERRIDE; |
void clearFloats(EClear); |