Index: ui/aura/mus/os_exchange_data_provider_mus.h |
diff --git a/ui/aura/mus/os_exchange_data_provider_mus.h b/ui/aura/mus/os_exchange_data_provider_mus.h |
index e8037bfeda82f1f90fac295e412033cb7950cf28..777da5ac2933bce8faef92d06a88f7deb63e8e17 100644 |
--- a/ui/aura/mus/os_exchange_data_provider_mus.h |
+++ b/ui/aura/mus/os_exchange_data_provider_mus.h |
@@ -89,8 +89,8 @@ class AURA_EXPORT OSExchangeDataProviderMus |
#if defined(USE_AURA) || defined(OS_MACOSX) |
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; |
#endif |
private: |