Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index 45728a9e994f82bd2a0e9459e5bd6eee3c87aa69..18f953057fec005f04cbc71fc23b379e655834d3 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.h |
@@ -297,7 +297,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; |
+ virtual void repaintOverflow() 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); |