| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index a0435f267707bbb6ec6879d5f1906d2200954a3a..00e3d195b76909dde86f3b51461e74fbbd7550b1 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -201,8 +201,9 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| void DeviceScaleFactorChanged();
|
| double DevicePixelRatio() const;
|
|
|
| - std::unique_ptr<DragImage> NodeImage(Node&);
|
| - std::unique_ptr<DragImage> DragImageForSelection(float opacity);
|
| + std::unique_ptr<DragImage> NodeImage(const LocalFrame&, Node&);
|
| + std::unique_ptr<DragImage> DragImageForSelection(const LocalFrame&,
|
| + float opacity);
|
|
|
| String SelectedText() const;
|
| String SelectedTextForClipboard() const;
|
|
|