Fix compilation

This commit is contained in:
Aleksei Kuzmin 2017-06-17 01:13:30 +03:00
parent d09cab2e21
commit 48821a6d2a
5 changed files with 5 additions and 6 deletions

View file

@ -11,6 +11,7 @@
#include "base/callback.h"
#include "chrome/renderer/spellchecker/spellcheck_worditerator.h"
#include "native_mate/scoped_persistent.h"
#include "third_party/WebKit/public/platform/WebVector.h"
#include "third_party/WebKit/public/web/WebSpellCheckClient.h"
namespace blink {
@ -38,7 +39,7 @@ class SpellCheckClient : public blink::WebSpellCheckClient {
blink::WebVector<blink::WebString>* optionalSuggestions) override;
void RequestCheckingOfText(
const blink::WebString& textToCheck,
blink::WebTextCheckingCompletion* completionCallback) override;
blink::WebTextCheckingResult completionCallback) override;
void ShowSpellingUI(bool show) override;
bool IsShowingSpellingUI() override;
void UpdateSpellingUIWithMisspelledWord(