| Index: third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextCheckerClient.h b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| index d70828e97ef565a2a0ce09397038fa53de34954d..bb9761a5182770a7761fe025c7ebe73f95b46589 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
|
| @@ -42,6 +42,7 @@ public:
|
| virtual ~TextCheckerClient() { }
|
|
|
| virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) = 0;
|
| + virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0;
|
| virtual void requestCheckingOfString(TextCheckingRequest*) = 0;
|
| };
|
|
|
|
|