Index: Source/core/rendering/RenderView.h |
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h |
index 08e0849c7e6c75510f83b624199a0ff98d524c57..382f3c5d8352f3d7287bb2616127d66169366bef 100644 |
--- a/Source/core/rendering/RenderView.h |
+++ b/Source/core/rendering/RenderView.h |
@@ -96,7 +96,6 @@ 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; } |
@@ -170,8 +169,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(); |