Title: [212243] trunk/Source/WebCore
Revision
212243
Author
ander...@apple.com
Date
2017-02-13 13:11:36 -0800 (Mon, 13 Feb 2017)

Log Message

Fix Windows build.

* platform/win/PasteboardWin.cpp:
(WebCore::Pasteboard::setDragImage):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212242 => 212243)


--- trunk/Source/WebCore/ChangeLog	2017-02-13 21:05:57 UTC (rev 212242)
+++ trunk/Source/WebCore/ChangeLog	2017-02-13 21:11:36 UTC (rev 212243)
@@ -1,3 +1,10 @@
+2017-02-13  Anders Carlsson  <ander...@apple.com>
+
+        Fix Windows build.
+
+        * platform/win/PasteboardWin.cpp:
+        (WebCore::Pasteboard::setDragImage):
+
 2017-02-13  Alex Christensen  <achristen...@webkit.org>
 
         Fix Yosemite build after r211765

Modified: trunk/Source/WebCore/platform/win/PasteboardWin.cpp (212242 => 212243)


--- trunk/Source/WebCore/platform/win/PasteboardWin.cpp	2017-02-13 21:05:57 UTC (rev 212242)
+++ trunk/Source/WebCore/platform/win/PasteboardWin.cpp	2017-02-13 21:11:36 UTC (rev 212243)
@@ -409,7 +409,7 @@
 }
 
 #if ENABLE(DRAG_SUPPORT)
-void Pasteboard::setDragImage(DragImageRef, const IntPoint&)
+void Pasteboard::setDragImage(DragImage, const IntPoint&)
 {
     // Do nothing in Windows.
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to