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

Unified Diff: third_party/WebKit/public/platform/WebTextInputType.h

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Fixed the build break by replacing WebViewImpl object with WebViewBase Created 3 years, 7 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/public/platform/WebFocusType.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebTextInputType.h
diff --git a/third_party/WebKit/public/platform/WebTextInputType.h b/third_party/WebKit/public/platform/WebTextInputType.h
index c2a1e6ce59d5bcab220d0e1f6cd212fa8d3cf1df..235783092541b931efde81a0e3393a6d7e0b80cb 100644
--- a/third_party/WebKit/public/platform/WebTextInputType.h
+++ b/third_party/WebKit/public/platform/WebTextInputType.h
@@ -86,7 +86,9 @@ enum WebTextInputFlags {
kWebTextInputFlagAutocapitalizeNone = 1 << 6,
kWebTextInputFlagAutocapitalizeCharacters = 1 << 7,
kWebTextInputFlagAutocapitalizeWords = 1 << 8,
- kWebTextInputFlagAutocapitalizeSentences = 1 << 9
+ kWebTextInputFlagAutocapitalizeSentences = 1 << 9,
+ kWebTextInputFlagHaveNextFocusableElement = 1 << 10,
+ kWebTextInputFlagHavePreviousFocusableElement = 1 << 11
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebFocusType.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698