mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 5fdc0fab (#520840)
- Windows now builds with clang by default.
This commit is contained in:
@@ -130,7 +130,7 @@ class DragEnumFormatEtc : public IEnumFORMATETC {
|
||||
// Construction / Destruction
|
||||
//
|
||||
DragEnumFormatEtc(FORMATETC* pFormatEtc, int nNumFormats);
|
||||
~DragEnumFormatEtc();
|
||||
virtual ~DragEnumFormatEtc();
|
||||
|
||||
static void DeepCopyFormatEtc(FORMATETC* dest, FORMATETC* source);
|
||||
|
||||
@@ -181,6 +181,7 @@ class DataObjectWin : public IDataObject {
|
||||
int LookupFormatEtc(FORMATETC* pFormatEtc);
|
||||
|
||||
explicit DataObjectWin(FORMATETC* fmtetc, STGMEDIUM* stgmed, int count);
|
||||
virtual ~DataObjectWin() {}
|
||||
};
|
||||
|
||||
} // namespace client
|
||||
|
Reference in New Issue
Block a user