Index: Source/core/rendering/RenderBlock.h |
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h |
index bfffe138171dd7048d322e717d60e3227b739cb7..9c1a1a12390c59f88889a77bdfd71373695a8d95 100644 |
--- a/Source/core/rendering/RenderBlock.h |
+++ b/Source/core/rendering/RenderBlock.h |
@@ -181,7 +181,7 @@ public: |
void clearTruncation(); |
void adjustRectForColumns(LayoutRect&) const; |
- virtual void adjustForColumns(LayoutSize&, const LayoutPoint&) const OVERRIDE FINAL; |
+ virtual LayoutSize columnOffset(const LayoutPoint&) const OVERRIDE FINAL; |
void adjustForColumnRect(LayoutSize& offset, const LayoutPoint& locationInContainer) const; |
void addContinuationWithOutline(RenderInline*); |