| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 710a6e3dff20a9b39e6bb1a988f2aa1ee5f37e6e..2a45bee2979e79b0a93bbb6f93f518b9f242a6f3 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -389,6 +389,11 @@ class WebLocalFrame : public WebFrame {
|
| virtual bool IsSpellCheckingEnabled() const = 0;
|
| virtual void RemoveSpellingMarkers() = 0;
|
|
|
| + // Retrieves a list of spelling markers.
|
| + virtual void SpellingMarkerOffsetsForTest(WebVector<unsigned>* offsets) = 0;
|
| + virtual void RemoveSpellingMarkersUnderWords(
|
| + const WebVector<WebString>& words) = 0;
|
| +
|
| // Content Settings -------------------------------------------------------
|
|
|
| virtual void SetContentSettingsClient(WebContentSettingsClient*) = 0;
|
|
|