Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: ui/aura/mus/os_exchange_data_provider_mus.h

Issue 2792183002: Delete ash-based code for Windows drag-and-drop graphics. (Closed)
Patch Set: ashdrag: addheaders Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698