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

Unified Diff: third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp

Issue 2795113002: Move ownership of TextCheckerClientImpl to WebLocalFrameImpl (Closed)
Patch Set: Rebased 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
Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
index d9fc25b76a0e43b3d7aa009d484972ca8c93de2f..94e6764d56a838b9cd8f31ea4092ecf59fd6df30 100644
--- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
+++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
@@ -36,12 +36,8 @@
namespace blink {
-SpellCheckerClientImpl::SpellCheckerClientImpl(
- WebViewImpl* webview,
- TextCheckerClient* textCheckerClient)
- : m_webView(webview),
- m_textCheckerClient(textCheckerClient),
- m_spellCheckThisFieldStatus(SpellCheckAutomatic) {}
+SpellCheckerClientImpl::SpellCheckerClientImpl(WebViewImpl* webview)
+ : m_webView(webview), m_spellCheckThisFieldStatus(SpellCheckAutomatic) {}
SpellCheckerClientImpl::~SpellCheckerClientImpl() {}
« no previous file with comments | « third_party/WebKit/Source/web/SpellCheckerClientImpl.h ('k') | third_party/WebKit/Source/web/TextCheckerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698