| 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 9288d04b696497740a111ef2599a1a5b2cd02a27..71067fb04e22f2f5d6ec1c7deb7c318846cc822b 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -199,11 +199,6 @@ private:
|
|
|
| String localLayerTreeAsText(unsigned flags) const;
|
|
|
| - // Paints the area for the given rect into a DragImage.
|
| - // The rect is in the coordinate space of the frame.
|
| - PassOwnPtr<DragImage> paintIntoDragImage(const GlobalPaintFlags,
|
| - IntRect paintingRect, Node* draggedNode = nullptr, float opacity = 1);
|
| -
|
| void enableNavigation() { --m_navigationDisableCount; }
|
| void disableNavigation() { ++m_navigationDisableCount; }
|
|
|
|
|