| Index: public/platform/WebCursorInfo.h
|
| diff --git a/public/platform/WebCursorInfo.h b/public/platform/WebCursorInfo.h
|
| index f7a4e69efb3c6549ae2b4cb6542b6210569743d3..220d74dd0dfdb6e7124e7fcb2c83686aac64f640 100644
|
| --- a/public/platform/WebCursorInfo.h
|
| +++ b/public/platform/WebCursorInfo.h
|
| @@ -67,6 +67,7 @@ struct WebCursorInfo {
|
| TypeNorthWestSouthEastResize,
|
| TypeColumnResize,
|
| TypeRowResize,
|
| +#ifdef WIN32
|
| TypeMiddlePanning,
|
| TypeEastPanning,
|
| TypeNorthPanning,
|
| @@ -76,6 +77,7 @@ struct WebCursorInfo {
|
| TypeSouthEastPanning,
|
| TypeSouthWestPanning,
|
| TypeWestPanning,
|
| +#endif
|
| TypeMove,
|
| TypeVerticalText,
|
| TypeCell,
|
|
|