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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_aura.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/base/dragdrop/os_exchange_data_provider_aura.h
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aura.h b/ui/base/dragdrop/os_exchange_data_provider_aura.h
index 0a28ef3e1e254a5e4e228fd746cd89affb34b105..fe752434082ce898144a568ca06f34f85a4d631f 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_aura.h
+++ b/ui/base/dragdrop/os_exchange_data_provider_aura.h
@@ -55,8 +55,8 @@ class UI_BASE_EXPORT OSExchangeDataProviderAura
bool HasHtml() 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;
private:
typedef std::map<Clipboard::FormatType, base::Pickle> PickleData;

Powered by Google App Engine
This is Rietveld 408576698