summaryrefslogtreecommitdiffstats
path: root/WebCore/page/win/DragControllerWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/win/DragControllerWin.cpp')
-rw-r--r--WebCore/page/win/DragControllerWin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/page/win/DragControllerWin.cpp b/WebCore/page/win/DragControllerWin.cpp
index 41f3008..dca8ea2 100644
--- a/WebCore/page/win/DragControllerWin.cpp
+++ b/WebCore/page/win/DragControllerWin.cpp
@@ -61,4 +61,8 @@ const IntSize& DragController::maxDragImageSize()
return maxDragImageSize;
}
+void DragController::cleanupAfterSystemDrag()
+{
+}
+
}