| Index: third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp b/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
|
| index 9a463950e9bf3a4718e422afde848b09110e8b7e..111c29a3703229550a42fae57c54276f5b79a920 100644
|
| --- a/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
|
| @@ -147,10 +147,6 @@ bool WebViewFrameWidget::IsSelectionAnchorFirst() const {
|
| return web_view_->IsSelectionAnchorFirst();
|
| }
|
|
|
| -WebRange WebViewFrameWidget::CaretOrSelectionRange() {
|
| - return web_view_->CaretOrSelectionRange();
|
| -}
|
| -
|
| void WebViewFrameWidget::SetTextDirection(WebTextDirection direction) {
|
| return web_view_->SetTextDirection(direction);
|
| }
|
|
|