| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index af059cfdf331c1de38b46ab52e69dee2d10aeeae..8cd797bca211d60df7c2929614eb4817609738c9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -622,11 +622,6 @@ void LayoutView::CommitPendingSelection() {
|
| frame_view_->GetFrame().Selection().CommitAppearanceIfNeeded(*this);
|
| }
|
|
|
| -void LayoutView::SelectionStartEnd(int& start_pos, int& end_pos) {
|
| - frame_view_->GetFrame().Selection().LayoutSelectionStartEnd(start_pos,
|
| - end_pos);
|
| -}
|
| -
|
| bool LayoutView::ShouldUsePrintingLayout() const {
|
| if (!GetDocument().Printing() || !frame_view_)
|
| return false;
|
|
|