Index: ui/base/dragdrop/os_exchange_data_provider_mac.h |
diff --git a/ui/base/dragdrop/os_exchange_data_provider_mac.h b/ui/base/dragdrop/os_exchange_data_provider_mac.h |
index c95fd2798f508ae6842bf903534068bbc086e94e..4250f92cb5ac0a98cffb6f9789d0489985f99766 100644 |
--- a/ui/base/dragdrop/os_exchange_data_provider_mac.h |
+++ b/ui/base/dragdrop/os_exchange_data_provider_mac.h |
@@ -51,8 +51,8 @@ class UI_BASE_EXPORT OSExchangeDataProviderMac |
bool HasCustomFormat(const Clipboard::FormatType& format) const override; |
void SetDragImage(const gfx::ImageSkia& image, |
const gfx::Vector2d& cursor_offset) override; |
- const gfx::ImageSkia& GetDragImage() const override; |
- const gfx::Vector2d& GetDragImageOffset() const override; |
+ gfx::ImageSkia GetDragImage() const override; |
+ gfx::Vector2d GetDragImageOffset() const override; |
// Returns the data for the specified type in the pasteboard. |
NSData* GetNSDataForType(NSString* type) const; |