| Index: third_party/WebKit/Source/core/clipboard/DataTransfer.cpp
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp b/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp
|
| index c0e335f7a7f8234807ffbe243a70ea060dab7a1f..8aed56e7fa3c901f9ffe1ac96774b170f4086270 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp
|
| @@ -261,7 +261,7 @@ std::unique_ptr<DragImage> DataTransfer::CreateDragImage(
|
| if (drag_image_element_) {
|
| loc = drag_loc_;
|
|
|
| - return frame->NodeImage(*drag_image_element_);
|
| + return NodeImage(*frame, *drag_image_element_);
|
| }
|
| if (drag_image_) {
|
| loc = drag_loc_;
|
|
|