summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/frame/LocalFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/frame/LocalFrame.h')
-rw-r--r--third_party/WebKit/Source/core/frame/LocalFrame.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 9288d04..71067fb 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; }