| Index: third_party/WebKit/public/platform/WebCursorInfo.h
|
| diff --git a/third_party/WebKit/public/platform/WebCursorInfo.h b/third_party/WebKit/public/platform/WebCursorInfo.h
|
| index 0d0933821349e609fa40a38c32b04ec1d7a5de67..d70140d9d4b1d7071d0d149e4df405e5ccf3f7b8 100644
|
| --- a/third_party/WebKit/public/platform/WebCursorInfo.h
|
| +++ b/third_party/WebKit/public/platform/WebCursorInfo.h
|
| @@ -44,6 +44,9 @@ namespace blink {
|
| class Cursor;
|
|
|
| struct WebCursorInfo {
|
| + // A Java counterpart will be generated for this enum.
|
| + // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.blink_public.web
|
| + // GENERATED_JAVA_CLASS_NAME_OVERRIDE: WebCursorInfoType
|
| enum Type {
|
| kTypePointer,
|
| kTypeCross,
|
|
|