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

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

Issue 2878403002: Support setting mouse cursor icon in Android N. (Closed)
Patch Set: Support setting pointer icon in Android N 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/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,
« no previous file with comments | « device/power_save_blocker/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | ui/android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698