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

Unified Diff: public/web/WebTextInputInfo.h

Issue 18094004: change WebViewImpl::inputModeOfFocusedElement to return lowered string. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: add comment to WebTextInputInfo Created 7 years, 5 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 | « Source/WebKit/chromium/tests/data/input_mode_textarea_verbatim.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebTextInputInfo.h
diff --git a/public/web/WebTextInputInfo.h b/public/web/WebTextInputInfo.h
index 6b6d898ade28bb9b7e53dcedb79368a86a4eaa1e..c1b7fced864d1f089b4e2a65ef0e07475cfcdf29 100644
--- a/public/web/WebTextInputInfo.h
+++ b/public/web/WebTextInputInfo.h
@@ -52,6 +52,7 @@ struct WebTextInputInfo {
int compositionEnd;
// The inputmode attribute value of the currently focused input field.
+ // This string is lower-case.
WebString inputMode;
WEBKIT_EXPORT bool equals(const WebTextInputInfo&) const;
« no previous file with comments | « Source/WebKit/chromium/tests/data/input_mode_textarea_verbatim.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698