Index: webkit/glue/webcursor_gtk.cc |
diff --git a/webkit/glue/webcursor_gtk.cc b/webkit/glue/webcursor_gtk.cc |
index 3ce018ae47462b25ffda1922ec4fff8fac2cc22a..b652eea3030b5553acd75765c47129c0d3f2fe48 100644 |
--- a/webkit/glue/webcursor_gtk.cc |
+++ b/webkit/glue/webcursor_gtk.cc |
@@ -176,7 +176,7 @@ GdkCursor* WebCursor::GetCustomCursor() { |
bitmap.allocPixels(); |
memcpy(bitmap.getAddr32(0, 0), custom_data_.data(), custom_data_.size()); |
- GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(&bitmap); |
+ GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(bitmap); |
GdkCursor* cursor = gdk_cursor_new_from_pixbuf(gdk_display_get_default(), |
pixbuf, |
hotspot_.x(), |