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

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

Issue 10834368: Convert mostly favicon related code from SkBitmap to ImageSkia and Image (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 2475bb2a6b001fc07f8393d4495d262e5a7951a9..7b285ff098f930da6c6feb7281bb4e1db7007916 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -54,7 +54,6 @@ class FindBarController;
class FullscreenController;
class PrefService;
class Profile;
-class SkBitmap;
class StatusBubble;
class TabNavigation;
class TabStripModel;
@@ -82,6 +81,7 @@ class WindowController;
}
namespace gfx {
+class Image;
class Point;
}
@@ -281,7 +281,7 @@ class Browser : public TabStripModelObserver,
// State Storage and Retrieval for UI ///////////////////////////////////////
// Gets the Favicon of the page in the selected tab.
- SkBitmap GetCurrentPageIcon() const;
+ gfx::Image GetCurrentPageIcon() const;
// Gets the title of the window based on the selected tab's title.
string16 GetWindowTitleForCurrentTab() const;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698