Index: third_party/WebKit/Source/core/page/DragController.cpp |
diff --git a/third_party/WebKit/Source/core/page/DragController.cpp b/third_party/WebKit/Source/core/page/DragController.cpp |
index fafb0d48a3b7a0f4dfefcf1e76748a2d8b6d83c7..3ea33d080de3d286ba2ed804329a6f465d0115b7 100644 |
--- a/third_party/WebKit/Source/core/page/DragController.cpp |
+++ b/third_party/WebKit/Source/core/page/DragController.cpp |
@@ -1124,7 +1124,7 @@ bool DragController::StartDrag(LocalFrame* src, |
Node* node = state.drag_src_.Get(); |
if (state.drag_type_ == kDragSourceActionSelection) { |
if (!drag_image) { |
- drag_image = src->DragImageForSelection(kDragImageAlpha); |
+ drag_image = DragImageForSelection(*src, kDragImageAlpha); |
drag_location = DragLocationForSelectionDrag(src); |
} |
DoSystemDrag(drag_image.get(), drag_location, drag_origin, data_transfer, |