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

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

Issue 2797073002: Move WebTextCheckClient reference from WebViewImpl to WebLocalFrameImpl (Closed)
Patch Set: Tue Apr 4 20:53:35 PDT 2017 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/WebLocalFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
index f7f77643884e4b780b375c28ff0c21c8c5d95973..0e617c44fe144f6f66c54a37b157d73d0af2fa18 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
@@ -2527,4 +2527,9 @@ TextCheckerClient& WebLocalFrameImpl::textCheckerClient() const {
return *m_textCheckerClient;
}
+void WebLocalFrameImpl::setTextCheckClient(
+ WebTextCheckClient* textCheckClient) {
+ m_textCheckClient = textCheckClient;
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698