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

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

Issue 2816263003: Move spelling marker related functions from WebView to WebLocalFrame (Closed)
Patch Set: Created 3 years, 8 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/WebLocalFrame.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 e811392bf99ced9ae8c2ce9faae415c7ebbaab7e..90131933330ed841f81d0a487eb7a0c4baf5a651 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -365,11 +365,6 @@ class WebView : protected WebWidget {
virtual WebHitTestResult HitTestResultForTap(const WebPoint& tap_point,
const WebSize& tap_area) = 0;
- // Retrieves a list of spelling markers.
- virtual void SpellingMarkerOffsetsForTest(WebVector<unsigned>* offsets) = 0;
- virtual void RemoveSpellingMarkersUnderWords(
- const WebVector<WebString>& words) = 0;
-
// Support for resource loading initiated by plugins -------------------
// Returns next unused request identifier which is unique within the
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698