Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: Source/web/WebViewImpl.h

Issue 419563003: Adding a word to dictionary should remove spelling markers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed my own nit Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 0b89a6926d6cb5b7b9ec9eab57727fab559d4dda..f135e07de9bd59e553f1885dcb30d4f61b5e1ef3 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -231,6 +231,7 @@ public:
const WebPoint& screenPoint,
int keyModifiers) OVERRIDE;
virtual void spellingMarkers(WebVector<uint32_t>* markers) OVERRIDE;
+ virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) OVERRIDE;
virtual unsigned long createUniqueIdentifierForRequest() OVERRIDE;
virtual void inspectElementAt(const WebPoint&) OVERRIDE;
virtual WebString inspectorSettings() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698