summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/DragImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/DragImage.cpp')
-rw-r--r--Source/WebCore/platform/DragImage.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WebCore/platform/DragImage.cpp b/Source/WebCore/platform/DragImage.cpp
index 5fcafc1..64aaa0e 100644
--- a/Source/WebCore/platform/DragImage.cpp
+++ b/Source/WebCore/platform/DragImage.cpp
@@ -73,6 +73,13 @@ DragImageRef createDragImageForSelection(Frame* frame)
return image;
}
+#if !PLATFORM(MAC) && (!PLATFORM(WIN) || OS(WINCE))
+DragImageRef createDragImageForLink(KURL&, const String&, Frame*)
+{
+ return 0;
+}
+#endif
+
} // namespace WebCore
#endif // ENABLE(DRAG_SUPPORT)