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

Unified Diff: chrome/browser/ui/views/tab_icon_view.h

Issue 10824296: Enables HiDPI favicon to be displayed in tab strip on CrOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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
« no previous file with comments | « chrome/browser/favicon/favicon_tab_helper.cc ('k') | chrome/browser/ui/views/tab_icon_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79188ea52f403bdaaa699a9edd4fa7b6972e3efe..7c94656e7b6767f6766aa017c5f3c9fd8795fd87 100644
--- a/chrome/browser/ui/views/tab_icon_view.h
+++ b/chrome/browser/ui/views/tab_icon_view.h
@@ -9,8 +9,6 @@
#include "base/compiler_specific.h"
#include "ui/views/view.h"
-class SkBitmap;
-
namespace chrome {
class TabIconViewModel;
}
@@ -39,7 +37,7 @@ class TabIconView : public views::View {
private:
void PaintThrobber(gfx::Canvas* canvas);
- void PaintFavicon(gfx::Canvas* canvas, const SkBitmap& bitmap);
+ void PaintFavicon(gfx::Canvas* canvas, const gfx::ImageSkia& image);
void PaintIcon(gfx::Canvas* canvas,
const gfx::ImageSkia& image,
int src_x,
« no previous file with comments | « chrome/browser/favicon/favicon_tab_helper.cc ('k') | chrome/browser/ui/views/tab_icon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698