| 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 f7f745c6f3c4721d9463e7da0722d41ac21b2694..33cec0f388c9efd0582bddfe3ad36389360a4f1c 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -256,7 +256,6 @@ public:
|
| const WebPoint& clientPoint,
|
| const WebPoint& screenPoint,
|
| int modifiers) override;
|
| - void spellingMarkers(WebVector<uint32_t>* markers) override;
|
| void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) override;
|
| unsigned long createUniqueIdentifierForRequest() override;
|
| void enableDeviceEmulation(const WebDeviceEmulationParams&) override;
|
|
|