| 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 51cd9f0b57e17c03c00b20b12203c1ff161222df..5ea6e7bce7fb3257baf0f7508ad15dd7bcbc5866 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -146,7 +146,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;
|
|
|