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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 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
« no previous file with comments | « third_party/WebKit/public/web/WebTextDecorationType.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index fa5af494e7a3530737035aa3517010738e2982ad..ecaea308e5ed37b2f50df277d07162206b010325 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -394,8 +394,7 @@ public:
const WebPoint& clientPoint, const WebPoint& screenPoint,
int modifiers) = 0;
- // Retrieves a list of spelling markers.
- virtual void spellingMarkers(WebVector<uint32_t>* markers) = 0;
+ // Removes spelling markers from words that have been added to user's custom spellcheck dictionary.
virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) = 0;
// Support for resource loading initiated by plugins -------------------
« no previous file with comments | « third_party/WebKit/public/web/WebTextDecorationType.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698