Title: [212408] trunk/Source/WebKit2
- Revision
- 212408
- Author
- ander...@apple.com
- Date
- 2017-02-15 15:49:42 -0800 (Wed, 15 Feb 2017)
Log Message
Try again.
* WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp:
(WebKit::WebDragClient::startDrag):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (212407 => 212408)
--- trunk/Source/WebKit2/ChangeLog 2017-02-15 23:45:33 UTC (rev 212407)
+++ trunk/Source/WebKit2/ChangeLog 2017-02-15 23:49:42 UTC (rev 212408)
@@ -1,5 +1,12 @@
2017-02-15 Anders Carlsson <ander...@apple.com>
+ Try again.
+
+ * WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp:
+ (WebKit::WebDragClient::startDrag):
+
+2017-02-15 Anders Carlsson <ander...@apple.com>
+
Attempt to fix the GTK+ build.
* WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp:
Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp (212407 => 212408)
--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp 2017-02-15 23:45:33 UTC (rev 212407)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp 2017-02-15 23:49:42 UTC (rev 212408)
@@ -56,7 +56,7 @@
return bitmap;
}
-void WebDragClient::startDrag(DragImagef dragImage, const IntPoint& clientPosition, const IntPoint& globalPosition, const FloatPoint&, DataTransfer& dataTransfer, Frame&, DragSourceAction)
+void WebDragClient::startDrag(DragImage dragImage, const IntPoint& clientPosition, const IntPoint& globalPosition, const FloatPoint&, DataTransfer& dataTransfer, Frame&, DragSourceAction)
{
RefPtr<ShareableBitmap> bitmap = convertCairoSurfaceToShareableBitmap(dragImage.get().get());
ShareableBitmap::Handle handle;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes