Chromium Code Reviews| Index: Source/core/platform/Cursor.h |
| =================================================================== |
| --- Source/core/platform/Cursor.h (revision 162906) |
| +++ Source/core/platform/Cursor.h (working copy) |
| @@ -119,6 +119,7 @@ |
| }; |
| IntPoint determineHotSpot(Image*, const IntPoint& specifiedHotSpot); |
| +Cursor rasterizeSVGCursor(const Cursor&, float imageScaleFactor); |
| const Cursor& pointerCursor(); |
| const Cursor& crossCursor(); |