| 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 a22ef37aa0b5860e262c3354dfe8a3495537d925..4b2a880df428892d74dc5fb0e19d27b4f887014e 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -225,9 +225,6 @@ class WEB_EXPORT WebViewImpl final
|
| WebHitTestResult HitTestResultAt(const WebPoint&) override;
|
| WebHitTestResult HitTestResultForTap(const WebPoint&,
|
| const WebSize&) override;
|
| - void SpellingMarkerOffsetsForTest(WebVector<unsigned>* offsets) override;
|
| - void RemoveSpellingMarkersUnderWords(
|
| - const WebVector<WebString>& words) override;
|
| unsigned long CreateUniqueIdentifierForRequest() override;
|
| void EnableDeviceEmulation(const WebDeviceEmulationParams&) override;
|
| void DisableDeviceEmulation() override;
|
|
|