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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_mac.mm

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/base/dragdrop/os_exchange_data_provider_mac.mm
diff --git a/ui/base/dragdrop/os_exchange_data_provider_mac.mm b/ui/base/dragdrop/os_exchange_data_provider_mac.mm
index 11b0a495bb12312609aef9ad8992d20b8ca1724c..2014408c9fbf7fe1d65a8e0ea1404cac3f9d69be 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_mac.mm
+++ b/ui/base/dragdrop/os_exchange_data_provider_mac.mm
@@ -181,11 +181,11 @@ void OSExchangeDataProviderMac::SetDragImage(
cursor_offset_ = cursor_offset;
}
-const gfx::ImageSkia& OSExchangeDataProviderMac::GetDragImage() const {
+gfx::ImageSkia OSExchangeDataProviderMac::GetDragImage() const {
return drag_image_;
}
-const gfx::Vector2d& OSExchangeDataProviderMac::GetDragImageOffset() const {
+gfx::Vector2d OSExchangeDataProviderMac::GetDragImageOffset() const {
return cursor_offset_;
}

Powered by Google App Engine
This is Rietveld 408576698