Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RootInlineBox.h
index a1c806d..75814f6 100644 (file)
@@ -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;