summaryrefslogtreecommitdiff
path: root/widget/nsIWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget/nsIWidget.h')
-rw-r--r--widget/nsIWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/nsIWidget.h b/widget/nsIWidget.h
index 8e28c24da5..fe21b67275 100644
--- a/widget/nsIWidget.h
+++ b/widget/nsIWidget.h
@@ -1378,6 +1378,7 @@ class nsIWidget : public nsISupports
* Enables the dropping of files to a widget.
*/
virtual void EnableDragDrop(bool aEnable) = 0;
+ virtual nsresult AsyncEnableDragDrop(bool aEnable) = 0;
/**
* Enables/Disables system mouse capture.