11diff --git include/capi/cef_drag_data_capi.h include/capi/cef_drag_data_capi.h
2- index 2e84df8f..5b17e212 100644
2+ index e1fcfd8c..fc388247 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 2e84df8f..5b17e212 100644
3434
3535
3636diff --git include/cef_drag_data.h include/cef_drag_data.h
37- index 8f8094b4..8b4602b1 100644
37+ index 29b85e84..e3c9c2df 100644
3838--- include/cef_drag_data.h
3939+++ include/cef_drag_data.h
4040@@ -39,6 +39,7 @@
@@ -45,7 +45,7 @@ index 8f8094b4..8b4602b1 100644
4545 #include "include/cef_stream.h"
4646 #include <vector>
4747
48- @@ -193,6 +194,24 @@ class CefDragData : public virtual CefBase {
48+ @@ -193,6 +194,24 @@ class CefDragData : public virtual CefBaseRefCounted {
4949 ///
5050 /*--cef(optional_param=display_name)--*/
5151 virtual void AddFile(const CefString& path, const CefString& display_name) =0;
@@ -181,7 +181,7 @@ index 64f29ed3..98707262 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 ffad1755..70a6c5c2 100644
184+ index 381b88b9..6f4925a0 100644
185185--- libcef_dll/cpptoc/drag_data_cpptoc.cc
186186+++ libcef_dll/cpptoc/drag_data_cpptoc.cc
187187@@ -11,6 +11,7 @@
@@ -254,9 +254,9 @@ index ffad1755..70a6c5c2 100644
254254+ GetStruct()->has_image = drag_data_has_image;
255255 }
256256
257- template<> CefRefPtr<CefDragData> CefCppToC <CefDragDataCppToC, CefDragData ,
257+ template<> CefRefPtr<CefDragData> CefCppToCRefCounted <CefDragDataCppToC,
258258diff --git libcef_dll/ctocpp/drag_data_ctocpp.cc libcef_dll/ctocpp/drag_data_ctocpp.cc
259- index ab27df2e..0b37224a 100644
259+ index db1a2f71..5e94aff8 100644
260260--- libcef_dll/ctocpp/drag_data_ctocpp.cc
261261+++ libcef_dll/ctocpp/drag_data_ctocpp.cc
262262@@ -11,6 +11,7 @@
@@ -320,10 +320,10 @@ index ab27df2e..0b37224a 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 85ea3e58..24283697 100644
323+ index 5b202710..a2e3774f 100644
324324--- libcef_dll/ctocpp/drag_data_ctocpp.h
325325+++ libcef_dll/ctocpp/drag_data_ctocpp.h
326- @@ -53 ,6 +53 ,9 @@ class CefDragDataCToCpp
326+ @@ -54 ,6 +54 ,9 @@ class CefDragDataCToCpp
327327 void SetFragmentBaseURL(const CefString& base_url) OVERRIDE;
328328 void ResetFileContents() OVERRIDE;
329329 void AddFile(const CefString& path, const CefString& display_name) OVERRIDE;
0 commit comments