| Index: third_party/WebKit/public/web/WebSpellCheckClient.h
|
| diff --git a/third_party/WebKit/public/web/WebSpellCheckClient.h b/third_party/WebKit/public/web/WebSpellCheckClient.h
|
| index bbbd547f682f3e128e5369d1cf8a40126f3a70bc..f5ffeb99a95935e1ca34712b17e8a344e45675c4 100644
|
| --- a/third_party/WebKit/public/web/WebSpellCheckClient.h
|
| +++ b/third_party/WebKit/public/web/WebSpellCheckClient.h
|
| @@ -63,8 +63,6 @@ public:
|
| // Requests asynchronous spelling and grammar checking, whose result should be
|
| // returned by passed completion object.
|
| virtual void requestCheckingOfText(const WebString& textToCheck,
|
| - const WebVector<uint32_t>& markersInText,
|
| - const WebVector<unsigned>& markerOffsets,
|
| WebTextCheckingCompletion* completionCallback) { }
|
|
|
| // Show or hide the spelling UI.
|
|
|