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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_mac.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_mac.h
diff --git a/ui/base/dragdrop/os_exchange_data_provider_mac.h b/ui/base/dragdrop/os_exchange_data_provider_mac.h
index c95fd2798f508ae6842bf903534068bbc086e94e..4250f92cb5ac0a98cffb6f9789d0489985f99766 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_mac.h
+++ b/ui/base/dragdrop/os_exchange_data_provider_mac.h
@@ -51,8 +51,8 @@ class UI_BASE_EXPORT OSExchangeDataProviderMac
bool HasCustomFormat(const Clipboard::FormatType& format) 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;
// Returns the data for the specified type in the pasteboard.
NSData* GetNSDataForType(NSString* type) const;

Powered by Google App Engine
This is Rietveld 408576698