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

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: Rebased to a newer master 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 56b4b1d353e9a0a9b1b4e248b9f1898e5c6b9fbd..fde481cbf1b1d19215e40dbe8b29ce8ad4e734cf 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -229,6 +229,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 void setCompositorDeviceScaleFactorOverride(float) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698