summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebDropSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebDropSource.h')
-rw-r--r--WebKit/win/WebDropSource.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/win/WebDropSource.h b/WebKit/win/WebDropSource.h
index 4a969ef..5f06355 100644
--- a/WebKit/win/WebDropSource.h
+++ b/WebKit/win/WebDropSource.h
@@ -32,6 +32,12 @@
class WebView;
+namespace WebCore {
+ class PlatformMouseEvent;
+}
+
+WebCore::PlatformMouseEvent generateMouseEvent(WebView*, bool isDrag);
+
class WebDropSource : public IDropSource
{
public: