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

Unified Diff: ui/views/button_drag_utils.h

Issue 10447053: Converts remainder of ui and chrome/browser/ui/views/frame to use ImageSkia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sorted headers in modified files Created 8 years, 7 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/views/button_drag_utils.h
diff --git a/ui/views/button_drag_utils.h b/ui/views/button_drag_utils.h
index de9b79ad2c8923defbf65c1c9c2054e90ebc75af..d9d3bbc5a878c4a4fd58c5a733013570f5f74f3f 100644
--- a/ui/views/button_drag_utils.h
+++ b/ui/views/button_drag_utils.h
@@ -10,7 +10,10 @@
#include "ui/views/views_export.h"
class GURL;
-class SkBitmap;
+
+namespace gfx {
+class ImageSkia;
+}
namespace ui {
class OSExchangeData;
@@ -22,7 +25,7 @@ namespace button_drag_utils {
// The image looks like that of the bookmark buttons.
VIEWS_EXPORT void SetURLAndDragImage(const GURL& url,
const string16& title,
- const SkBitmap& icon,
+ const gfx::ImageSkia& icon,
ui::OSExchangeData* data);
} // namespace drag_utils

Powered by Google App Engine
This is Rietveld 408576698