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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_aurax11.cc

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_aurax11.cc
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc b/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
index 9b93593dc2e413f5d22d50995a5fac0fb5e977f8..2e4b975ec3d5ad2465d71178c3ddb5d50a54e3e7 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
+++ b/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
@@ -504,11 +504,11 @@ void OSExchangeDataProviderAuraX11::SetDragImage(
drag_image_offset_ = cursor_offset;
}
-const gfx::ImageSkia& OSExchangeDataProviderAuraX11::GetDragImage() const {
+gfx::ImageSkia OSExchangeDataProviderAuraX11::GetDragImage() const {
return drag_image_;
}
-const gfx::Vector2d& OSExchangeDataProviderAuraX11::GetDragImageOffset() const {
+gfx::Vector2d OSExchangeDataProviderAuraX11::GetDragImageOffset() const {
return drag_image_offset_;
}

Powered by Google App Engine
This is Rietveld 408576698