| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 08e0849c7e6c75510f83b624199a0ff98d524c57..d7cbabda101bdea6c8ab66dcf59dd24b1f44cc07 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -96,10 +96,8 @@ public:
|
|
|
| enum SelectionPaintInvalidationMode { PaintInvalidationNewXOROld, PaintInvalidationNewMinusOld, PaintInvalidationNothing };
|
| void setSelection(RenderObject* start, int startPos, RenderObject*, int endPos, SelectionPaintInvalidationMode = PaintInvalidationNewXOROld);
|
| - void getSelection(RenderObject*& startRenderer, int& startOffset, RenderObject*& endRenderer, int& endOffset) const;
|
| void clearSelection();
|
| RenderObject* selectionStart() const { return m_selectionStart; }
|
| - RenderObject* selectionEnd() const { return m_selectionEnd; }
|
| IntRect selectionBounds() const;
|
| void selectionStartEnd(int& startPos, int& endPos) const;
|
| void invalidatePaintForSelection() const;
|
| @@ -170,8 +168,6 @@ private:
|
| virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
|
| virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
|
|
|
| - bool shouldInvalidatePaint(const LayoutRect&) const;
|
| -
|
| void layoutContent();
|
| #if ENABLE(ASSERT)
|
| void checkLayoutState();
|
|
|