| 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 68eb2ed3ec4f04b42162f4c58e9ee0f2a70d7f8c..d00e276438c4884ef0ed30b5c8e2f1ad7c007f9c 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,
|
|
|