| 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 22314dc7eeb4dd3d1cd2f2540c41434e4982c56a..0d8f6a3b098d898865d1b0a561551513af431a06 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -897,10 +897,6 @@ void LayoutView::ClearSelection() {
|
| frame_view_->GetFrame().Selection().ClearLayoutSelection();
|
| }
|
|
|
| -bool LayoutView::HasPendingSelection() const {
|
| - return frame_view_->GetFrame().Selection().IsAppearanceDirty();
|
| -}
|
| -
|
| void LayoutView::CommitPendingSelection() {
|
| TRACE_EVENT0("blink", "LayoutView::commitPendingSelection");
|
| frame_view_->GetFrame().Selection().CommitAppearanceIfNeeded(*this);
|
|
|