mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Expose drag image via CefDragData (issue #1715)
This commit is contained in:
@@ -54,6 +54,9 @@ class CefDragDataCToCpp
|
||||
void SetFragmentBaseURL(const CefString& base_url) OVERRIDE;
|
||||
void ResetFileContents() OVERRIDE;
|
||||
void AddFile(const CefString& path, const CefString& display_name) OVERRIDE;
|
||||
CefRefPtr<CefImage> GetImage() OVERRIDE;
|
||||
CefPoint GetImageHotspot() OVERRIDE;
|
||||
bool HasImage() OVERRIDE;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_DRAG_DATA_CTOCPP_H_
|
||||
|
Reference in New Issue
Block a user