11diff --git include/capi/cef_drag_data_capi.h include/capi/cef_drag_data_capi.h
2- index 5f86225..1684de2 100644
2+ index 2e84df8f..5b17e212 100644
33--- include/capi/cef_drag_data_capi.h
44+++ include/capi/cef_drag_data_capi.h
55@@ -39,6 +39,7 @@
@@ -34,7 +34,7 @@ index 5f86225..1684de2 100644
3434
3535
3636diff --git include/cef_drag_data.h include/cef_drag_data.h
37- index 8f8094b..8b4602b 100644
37+ index 8f8094b4..8b4602b1 100644
3838--- include/cef_drag_data.h
3939+++ include/cef_drag_data.h
4040@@ -39,6 +39,7 @@
@@ -70,21 +70,21 @@ index 8f8094b..8b4602b 100644
7070 };
7171
7272 #endif // CEF_INCLUDE_CEF_DRAG_DATA_H_
73- diff --git libcef/browser/osr/web_contents_view_osr .cc libcef/browser/osr/web_contents_view_osr .cc
74- index c39a29c..8b3c30a 100644
75- --- libcef/browser/osr/web_contents_view_osr .cc
76- +++ libcef/browser/osr/web_contents_view_osr .cc
77- @@ -6 ,6 +6 ,7 @@
78- #include "libcef/browser/osr/web_contents_view_osr.h"
73+ diff --git libcef/browser/osr/browser_platform_delegate_osr .cc libcef/browser/osr/browser_platform_delegate_osr .cc
74+ index 2cf44f6d..2e6b8c32 100644
75+ --- libcef/browser/osr/browser_platform_delegate_osr .cc
76+ +++ libcef/browser/osr/browser_platform_delegate_osr .cc
77+ @@ -7 ,6 +7 ,7 @@
78+ #include <utility>
7979
8080 #include "libcef/browser/browser_host_impl.h"
8181+ #include "libcef/browser/image_impl.h"
8282 #include "libcef/browser/osr/render_widget_host_view_osr.h"
83+ #include "libcef/browser/osr/web_contents_view_osr.h"
8384 #include "libcef/common/drag_data_impl.h"
84-
85- @@ -230,7 +231,9 @@ void CefWebContentsViewOSR::StartDragging(
86- if (browser.get())
87- handler = browser->GetClient()->GetRenderHandler();
85+ @@ -393,7 +394,9 @@ void CefBrowserPlatformDelegateOsr::StartDragging(
86+ CefRefPtr<CefRenderHandler> handler =
87+ browser_->GetClient()->GetRenderHandler();
8888 if (handler.get()) {
8989- CefRefPtr<CefDragDataImpl> drag_data(new CefDragDataImpl(drop_data));
9090+ CefRefPtr<CefImage> cef_image(new CefImageImpl(image));
@@ -94,7 +94,7 @@ index c39a29c..8b3c30a 100644
9494 base::MessageLoop::ScopedNestableTaskAllower allow(
9595 base::MessageLoop::current());
9696diff --git libcef/common/drag_data_impl.cc libcef/common/drag_data_impl.cc
97- index 6b632ab..2f12b92 100644
97+ index 6b632ab2..2f12b928 100644
9898--- libcef/common/drag_data_impl.cc
9999+++ libcef/common/drag_data_impl.cc
100100@@ -20,6 +20,13 @@ CefDragDataImpl::CefDragDataImpl(const content::DropData& data)
@@ -142,7 +142,7 @@ index 6b632ab..2f12b92 100644
142142+ else return false;
143143+ }
144144diff --git libcef/common/drag_data_impl.h libcef/common/drag_data_impl.h
145- index 64f29ed..9870726 100644
145+ index 64f29ed3..98707262 100644
146146--- libcef/common/drag_data_impl.h
147147+++ libcef/common/drag_data_impl.h
148148@@ -7,6 +7,7 @@
@@ -181,7 +181,7 @@ index 64f29ed..9870726 100644
181181 // True if this object is read-only.
182182 bool read_only_;
183183diff --git libcef_dll/cpptoc/drag_data_cpptoc.cc libcef_dll/cpptoc/drag_data_cpptoc.cc
184- index c36069e..ddb5729 100644
184+ index ffad1755..70a6c5c2 100644
185185--- libcef_dll/cpptoc/drag_data_cpptoc.cc
186186+++ libcef_dll/cpptoc/drag_data_cpptoc.cc
187187@@ -11,6 +11,7 @@
@@ -256,7 +256,7 @@ index c36069e..ddb5729 100644
256256
257257 template<> CefRefPtr<CefDragData> CefCppToC<CefDragDataCppToC, CefDragData,
258258diff --git libcef_dll/ctocpp/drag_data_ctocpp.cc libcef_dll/ctocpp/drag_data_ctocpp.cc
259- index c6b0ee8..3873e9f 100644
259+ index ab27df2e..0b37224a 100644
260260--- libcef_dll/ctocpp/drag_data_ctocpp.cc
261261+++ libcef_dll/ctocpp/drag_data_ctocpp.cc
262262@@ -11,6 +11,7 @@
@@ -320,7 +320,7 @@ index c6b0ee8..3873e9f 100644
320320 // CONSTRUCTOR - Do not edit by hand.
321321
322322diff --git libcef_dll/ctocpp/drag_data_ctocpp.h libcef_dll/ctocpp/drag_data_ctocpp.h
323- index 225f57a..2f0b67d 100644
323+ index 85ea3e58..24283697 100644
324324--- libcef_dll/ctocpp/drag_data_ctocpp.h
325325+++ libcef_dll/ctocpp/drag_data_ctocpp.h
326326@@ -53,6 +53,9 @@ class CefDragDataCToCpp
@@ -332,4 +332,4 @@ index 225f57a..2f0b67d 100644
332332+ bool HasImage() OVERRIDE;
333333 };
334334
335- #endif // USING_CEF_SHARED
335+ #endif // CEF_LIBCEF_DLL_CTOCPP_DRAG_DATA_CTOCPP_H_
0 commit comments