| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| index 366713cfe36dcd24713abdf0139b978af3e9f2af..b218c7ba74b33d2ed63e135baa9d76be3365b334 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
|
| @@ -114,6 +114,7 @@ private:
|
| void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&);
|
| void didCheckCancel(int sequence);
|
| void didCheck(int sequence, const Vector<TextCheckingResult>&);
|
| + void reportDocumentMarkersChangeToAccessibility() const;
|
|
|
| void clearProcessingRequest();
|
|
|
|
|