| Index: Source/core/rendering/RenderBlockFlow.h
|
| diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h
|
| index 536602ab438510a8126f74e8f6b1453ae704fff2..d6e60b2e8bd5ccaada4723f38ee07cee1da2cc24 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.h
|
| +++ b/Source/core/rendering/RenderBlockFlow.h
|
| @@ -86,6 +86,14 @@ public:
|
| : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
|
| }
|
|
|
| + // FIXME-BLOCKFLOW: Move this into RenderBlockFlow once there are no calls
|
| + // in RenderBlock. http://crbug.com/393945, http://crbug.com/302024
|
| + using RenderBlock::lineBoxes;
|
| + using RenderBlock::firstLineBox;
|
| + using RenderBlock::lastLineBox;
|
| + using RenderBlock::firstRootBox;
|
| + using RenderBlock::lastRootBox;
|
| +
|
| virtual LayoutUnit logicalLeftSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) OVERRIDE;
|
| virtual LayoutUnit logicalRightSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) OVERRIDE;
|
|
|
|
|