Igalia / chromium

Old repo. See https://crbug.com/578890 instead.
https://chromium.googlesource.com/chromium/src.git
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

fixup! Implements Drag and Drop for Ozone/Wayland #491

Closed zhani closed 5 years ago

zhani commented 5 years ago

Fix default x11 compilation.

Fails to compile on x11 because of missing SetFileContents() function implementation in OSExchangeDataProviderAuraX11Base when USE_X11 is defined. Thus OSExchangeDataProviderAuraX11Base::Clone() fails to compile because cannot it cannot create new OSExchangeDataProviderAuraX11Base instance. This patch changes OSExchangeDataProviderAuraX11Base to be abstract base class without Clone() implementation.

jkim-julie commented 5 years ago

Thanks for checking and fixing it for Aura/X11. lgtm.