Index: webkit/glue/webcursor_aura.cc |
diff --git a/webkit/glue/webcursor_aura.cc b/webkit/glue/webcursor_aura.cc |
index 2642c4720fa6c962df8b5d126ee69e93d8579243..4510e96fa98f69ef3d275511cd32236bfa856273 100644 |
--- a/webkit/glue/webcursor_aura.cc |
+++ b/webkit/glue/webcursor_aura.cc |
@@ -99,7 +99,7 @@ gfx::NativeCursor WebCursor::GetNativeCursor() { |
case WebCursorInfo::TypeGrabbing: |
return ui::kCursorGrabbing; |
case WebCursorInfo::TypeCustom: { |
- ui::Cursor cursor; |
+ ui::Cursor cursor(ui::kCursorCustom); |
cursor.SetPlatformCursor(GetPlatformCursor()); |
return cursor; |
} |