From a87200d7c6a240a623a79d7d987ff50b32fc42ed Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Thu, 7 Mar 2013 01:04:11 +0000 Subject: Switch to using gfx::Image instead of ImageSkia for cross-platform message_center code. BUG=179916 Review URL: https://chromiumcodereview.appspot.com/12499002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186560 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/notifications/notification.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/notifications/notification.cc') diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc index ffb2871..de9d158 100644 --- a/chrome/browser/notifications/notification.cc +++ b/chrome/browser/notifications/notification.cc @@ -71,7 +71,7 @@ Notification::Notification(message_center::NotificationType type, } Notification::Notification(const GURL& origin_url, - const gfx::ImageSkia& icon, + const gfx::Image& icon, const string16& title, const string16& body, WebKit::WebTextDirection dir, -- cgit v1.1