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

Unified Diff: chrome/browser/ui/views/tab_icon_view.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: 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: chrome/browser/ui/views/tab_icon_view.h
diff --git a/chrome/browser/ui/views/tab_icon_view.h b/chrome/browser/ui/views/tab_icon_view.h
index 27865991fef2a68563a748b7e5f8922c4159bc6d..9a3e669b6de2afee4eaca6085cf8cb1668a57fe8 100644
--- a/chrome/browser/ui/views/tab_icon_view.h
+++ b/chrome/browser/ui/views/tab_icon_view.h
@@ -9,7 +9,9 @@
#include "base/compiler_specific.h"
#include "ui/views/view.h"
-class SkBitmap;
+namespace gfx {
+class ImageSkia;
+}
////////////////////////////////////////////////////////////////////////////////
//
@@ -25,7 +27,7 @@ class TabIconView : public views::View {
virtual bool ShouldTabIconViewAnimate() const = 0;
// Returns the favicon to display in the icon view
- virtual SkBitmap GetFaviconForTabIconView() = 0;
+ virtual gfx::ImageSkia GetFaviconForTabIconView() = 0;
};
static void InitializeIfNeeded();
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view.cc ('k') | content/browser/web_contents/web_contents_drag_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698