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

Unified Diff: cc/input/selection_bound_type.h

Issue 699333003: Support InputMethodManager#updateCursorAnchorInfo for Android 5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from jdduke@ and aelias@ Created 6 years, 1 month 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: cc/input/selection_bound_type.h
diff --git a/cc/input/selection_bound_type.h b/cc/input/selection_bound_type.h
index 5e1f9c4f2b41129b89014bfd16468b88a45277d8..878c2ecde4453d0ee607b96b36f5489cc92116e3 100644
--- a/cc/input/selection_bound_type.h
+++ b/cc/input/selection_bound_type.h
@@ -7,6 +7,8 @@
namespace cc {
+// A Java counterpart will be generated for this enum.
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.cc
enum SelectionBoundType {
SELECTION_BOUND_LEFT,
SELECTION_BOUND_RIGHT,

Powered by Google App Engine
This is Rietveld 408576698