| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 0d2ef17a875493e528182b6379e6c5155e61f7c2..022a37282c2bb14050fbe204e7883601f1ff4a81 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -143,7 +143,6 @@ class WEB_EXPORT WebViewImpl final
|
| bool SelectionTextDirection(WebTextDirection& start,
|
| WebTextDirection& end) const override;
|
| bool IsSelectionAnchorFirst() const override;
|
| - WebRange CaretOrSelectionRange() override;
|
| void SetTextDirection(WebTextDirection) override;
|
| bool IsAcceleratedCompositingActive() const override;
|
| void WillCloseLayerTreeView() override;
|
|
|