| Index: ui/base/cursor/cursor.h
|
| diff --git a/ui/base/cursor/cursor.h b/ui/base/cursor/cursor.h
|
| index 0a596c625c8e5f4aca584c5fda0eab4b7bcf5b92..c04bca7c40c9c68b3a4f4ccf836242d190799ae9 100644
|
| --- a/ui/base/cursor/cursor.h
|
| +++ b/ui/base/cursor/cursor.h
|
| @@ -76,6 +76,10 @@ const int kCursorZoomOut = 41;
|
| const int kCursorGrab = 42;
|
| const int kCursorGrabbing = 43;
|
| const int kCursorCustom = 44;
|
| +const int kCursorDndNone = 45;
|
| +const int kCursorDndMove = 46;
|
| +const int kCursorDndCopy = 47;
|
| +const int kCursorDndLink = 48;
|
|
|
| enum CursorSetType {
|
| CURSOR_SET_NORMAL,
|
|
|