Chromium Code Reviews| Index: Source/platform/Cursor.h |
| diff --git a/Source/platform/Cursor.h b/Source/platform/Cursor.h |
| index 25de699f49bc398fbc4c86d2c652c4c475e4a709..e87dcc73a2a24c8728a8193d5077dee34470f6ab 100644 |
| --- a/Source/platform/Cursor.h |
| +++ b/Source/platform/Cursor.h |
| @@ -58,6 +58,7 @@ public: |
| NorthWestSouthEastResize, |
| ColumnResize, |
| RowResize, |
| +#if OS(WIN) |
| MiddlePanning, |
| EastPanning, |
| NorthPanning, |
| @@ -67,6 +68,7 @@ public: |
| SouthEastPanning, |
| SouthWestPanning, |
| WestPanning, |
| +#endif |
| Move, |
| VerticalText, |
| Cell, |