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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_aurax11.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_aurax11.h
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aurax11.h b/ui/base/dragdrop/os_exchange_data_provider_aurax11.h
index 2fb0ea53e3c20cbb86e045f5442eff97bc8c0c36..fbf19bc6cd1db3c479d3252fef60ecb16648fdef 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_aurax11.h
+++ b/ui/base/dragdrop/os_exchange_data_provider_aurax11.h
@@ -93,8 +93,8 @@ class UI_BASE_EXPORT OSExchangeDataProviderAuraX11
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;
// ui::PlatformEventDispatcher:
bool CanDispatchEvent(const PlatformEvent& event) override;

Powered by Google App Engine
This is Rietveld 408576698