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
@ -196,6 +196,12 @@ class CefDragData : public virtual CefBaseRefCounted {
|
||||
virtual void AddFile(const CefString& path,
|
||||
const CefString& display_name) = 0;
|
||||
|
||||
///
|
||||
// Clear list of filenames.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void ClearFilenames() = 0;
|
||||
|
||||
///
|
||||
// Get the image representation of drag data. May return NULL if no image
|
||||
// representation is available.
|
||||
|
Reference in New Issue
Block a user