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

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

Issue 2608293002: [reland, refactor] - Move textInputInfo() and textInputType() from WebWidget to WebInputMethodContr… (Closed)
Patch Set: Addressing wjmaclean@'s comments Created 3 years, 11 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/public/web/WebFrameWidget.h
diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h
index 4dd05097484d2ef191f66aabf2e5de29a0cea8c4..1ff35bed96adda7c580eabaa5c2565978e4a3998 100644
--- a/third_party/WebKit/public/web/WebFrameWidget.h
+++ b/third_party/WebKit/public/web/WebFrameWidget.h
@@ -83,8 +83,8 @@ class WebFrameWidget : public WebWidget {
// Current instance of the active WebInputMethodController, that is, the
// WebInputMethodController corresponding to (and owned by) the focused
- // WebLocalFrameImpl. It might return nullptr when there are no focused
- // frames or possibly when the WebFrameWidget does not accept IME events.
+ // WebLocalFrameImpl. It will return nullptr when there are no focused
+ // frames inside this WebFrameWidget.
virtual WebInputMethodController* getActiveWebInputMethodController()
const = 0;
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | third_party/WebKit/public/web/WebInputMethodController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698