| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index f3495735f3c124e0791cecf7c7e41fb119ee3424..143d41560cb28b864952cceaf7f88888683b6ea6 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -100,7 +100,7 @@ public:
|
| void clearSelection();
|
| RenderObject* selectionStart() const { return m_selectionStart; }
|
| RenderObject* selectionEnd() const { return m_selectionEnd; }
|
| - IntRect selectionBounds(bool clipToVisibleContent = true) const;
|
| + IntRect selectionBounds() const;
|
| void selectionStartEnd(int& startPos, int& endPos) const;
|
| void invalidatePaintForSelection() const;
|
|
|
|
|