| 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 0314cb5a076361e3badb664b9ec6dd9a82712b5c..8d154912a4a8c5ef50b26bcb676e1a8c07418365 100644
|
| --- a/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
|
| @@ -145,10 +145,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);
|
| }
|
|
|