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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.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
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index f7f745c6f3c4721d9463e7da0722d41ac21b2694..33cec0f388c9efd0582bddfe3ad36389360a4f1c 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -256,7 +256,6 @@ public:
const WebPoint& clientPoint,
const WebPoint& screenPoint,
int modifiers) override;
- void spellingMarkers(WebVector<uint32_t>* markers) override;
void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) override;
unsigned long createUniqueIdentifierForRequest() override;
void enableDeviceEmulation(const WebDeviceEmulationParams&) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebTextCheckingResult.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698