| Index: third_party/WebKit/Source/core/page/DragController.h
|
| diff --git a/third_party/WebKit/Source/core/page/DragController.h b/third_party/WebKit/Source/core/page/DragController.h
|
| index bce6afe9220113dee6623bb9264f536ba39e10aa..7fb08d4d9ce12bb923160e6daca5c4e1c2612a24 100644
|
| --- a/third_party/WebKit/Source/core/page/DragController.h
|
| +++ b/third_party/WebKit/Source/core/page/DragController.h
|
| @@ -81,6 +81,9 @@ class CORE_EXPORT DragController final
|
|
|
| DragState& GetDragState();
|
|
|
| + static std::unique_ptr<DragImage> DragImageForSelection(const LocalFrame&,
|
| + float);
|
| +
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|