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

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

Issue 2797073002: Move WebTextCheckClient reference from WebViewImpl to WebLocalFrameImpl (Closed)
Patch Set: Spell my name correctly 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/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 3635e31812132b453e567e15232d6e608c925fa9..034385e844e16b7459d69c019d72c7e614527a71 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -33,6 +33,7 @@ class WebFrameWidget;
class WebInputMethodController;
class WebRange;
class WebScriptExecutionCallback;
+class WebTextCheckClient;
enum class WebCachePolicy;
enum class WebSandboxFlags;
enum class WebTreeScopeType;
@@ -373,6 +374,7 @@ class WebLocalFrame : public WebFrame {
WebString& clipHtml) = 0;
// Spell-checking support -------------------------------------------------
+ virtual void setTextCheckClient(WebTextCheckClient*) = 0;
virtual void replaceMisspelledRange(const WebString&) = 0;
virtual void enableSpellChecking(bool) = 0;
virtual bool isSpellCheckingEnabled() const = 0;
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698