mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Adding ClearFilenames method to CefDragData (fixes issue #3266)
This commit is contained in:
committed by
Marshall Greenblatt
parent
0cb874c9e1
commit
3c2e97d82e
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0814e8ced30cbbd7c5867464550da973395b385b$
|
||||
// $hash=1a5339fa563b702a47be56dda2e0ac53617a6e27$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_DRAG_DATA_CTOCPP_H_
|
||||
@ -57,6 +57,7 @@ class CefDragDataCToCpp : public CefCToCppRefCounted<CefDragDataCToCpp,
|
||||
void SetFragmentBaseURL(const CefString& base_url) override;
|
||||
void ResetFileContents() override;
|
||||
void AddFile(const CefString& path, const CefString& display_name) override;
|
||||
void ClearFilenames() override;
|
||||
CefRefPtr<CefImage> GetImage() override;
|
||||
CefPoint GetImageHotspot() override;
|
||||
bool HasImage() override;
|
||||
|
Reference in New Issue
Block a user