Index: webkit/glue/webcursor_win.cc |
=================================================================== |
--- webkit/glue/webcursor_win.cc (revision 76543) |
+++ webkit/glue/webcursor_win.cc (working copy) |
@@ -96,6 +96,11 @@ |
return MAKEINTRESOURCE(IDC_ZOOMIN); |
case WebCursorInfo::TypeZoomOut: |
return MAKEINTRESOURCE(IDC_ZOOMOUT); |
+ // TODO(avi): get cursor images for grab/grabbing |
+ // http://crbug.com/74699 |
+ case WebCursorInfo::TypeGrab: |
+ case WebCursorInfo::TypeGrabbing: |
+ return IDC_ARROW; |
} |
NOTREACHED(); |
return NULL; |