| Index: Source/core/rendering/RootInlineBox.h
|
| diff --git a/Source/core/rendering/RootInlineBox.h b/Source/core/rendering/RootInlineBox.h
|
| index a1c806debbba09da98105a402811b7099991cd98..75814f6d2df1aac951d2a64fb523f21639c279bc 100644
|
| --- a/Source/core/rendering/RootInlineBox.h
|
| +++ b/Source/core/rendering/RootInlineBox.h
|
| @@ -118,11 +118,11 @@ public:
|
| using InlineBox::hasSelectedChildren;
|
| using InlineBox::setHasSelectedChildren;
|
|
|
| - virtual RenderObject::SelectionState selectionState() OVERRIDE FINAL;
|
| - InlineBox* firstSelectedBox();
|
| - InlineBox* lastSelectedBox();
|
| + virtual RenderObject::SelectionState selectionState() const OVERRIDE FINAL;
|
| + InlineBox* firstSelectedBox() const;
|
| + InlineBox* lastSelectedBox() const;
|
|
|
| - GapRects lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*);
|
| + GapRects lineSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*) const;
|
|
|
| RenderBlockFlow& block() const;
|
|
|
|
|