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