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

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

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Added inputType check in ImeTest 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
Index: third_party/WebKit/public/platform/WebFocusType.h
diff --git a/third_party/WebKit/public/platform/WebFocusType.h b/third_party/WebKit/public/platform/WebFocusType.h
index 3a9ae3f13fb408956e079e961e16005c22a36c62..3f15808d479006a33bf6a68307d355ad59640b6a 100644
--- a/third_party/WebKit/public/platform/WebFocusType.h
+++ b/third_party/WebKit/public/platform/WebFocusType.h
@@ -33,6 +33,9 @@
namespace blink {
+// A Java counterpart will be generated for this enum.
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.blink_public.web
+// GENERATED_JAVA_PREFIX_TO_STRIP: WebFocusType
enum WebFocusType {
// Element::focus(), etc.
kWebFocusTypeNone = 0,

Powered by Google App Engine
This is Rietveld 408576698