| Index: Source/core/rendering/RenderBlockFlow.h
|
| diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h
|
| index 9309fb955f9e3fd5936e132f2b26489995e8a021..29bc723a2b851b5cabc2844bda5c959c1cf50658 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 invalidateOverflowPaint() 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);
|
|
|