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

Unified Diff: Source/WebKit/chromium/public/WebFrame.h

Issue 13896014: Enable removing spelling markers in a frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 | « no previous file | Source/WebKit/chromium/src/WebFrameImpl.h » ('j') | Source/WebKit/chromium/src/WebFrameImpl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebFrame.h
diff --git a/Source/WebKit/chromium/public/WebFrame.h b/Source/WebKit/chromium/public/WebFrame.h
index 0dc56b3de010238b343171bc2272e3f09bc4e6ab..948419fd51cf0b1705d6fc07e1c896d03538b40b 100644
--- a/Source/WebKit/chromium/public/WebFrame.h
+++ b/Source/WebKit/chromium/public/WebFrame.h
@@ -438,6 +438,7 @@ public:
virtual bool isContinuousSpellCheckingEnabled() const = 0;
virtual void requestTextChecking(const WebElement&) = 0;
virtual void replaceMisspelledRange(const WebString&) = 0;
+ virtual void removeSpellingMarkers() = 0;
// Selection -----------------------------------------------------------
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebFrameImpl.h » ('j') | Source/WebKit/chromium/src/WebFrameImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698