mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 318e6f54 (#400326)
This commit is contained in:
@ -43,8 +43,8 @@ class CefDragDataImpl : public CefDragData {
|
||||
void AddFile(const CefString& path, const CefString& display_name) override;
|
||||
|
||||
// This method is not safe. Use Lock/Unlock to get mutually exclusive access.
|
||||
const content::DropData& drop_data() {
|
||||
return data_;
|
||||
content::DropData* drop_data() {
|
||||
return &data_;
|
||||
}
|
||||
|
||||
void SetReadOnly(bool read_only);
|
||||
|
Reference in New Issue
Block a user