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

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

Issue 10827259: Change panels to use gfx::Image instead of SkBitmap for favicon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile fix 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
Index: chrome/browser/ui/panels/panel_host.h
diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h
index 406f66dacd22c8eb0de914f509eef0f03fb89504..8b23817ac2c138e5d69b33be147c01c2d27ee537 100644
--- a/chrome/browser/ui/panels/panel_host.h
+++ b/chrome/browser/ui/panels/panel_host.h
@@ -26,6 +26,7 @@ class WindowController;
}
namespace gfx {
+class Image;
class Rect;
}
@@ -43,7 +44,7 @@ class PanelHost : public content::WebContentsDelegate,
void DestroyWebContents();
// Returns the icon for the current page.
- SkBitmap GetPageIcon() const;
+ gfx::Image GetPageIcon() const;
// content::WebContentsDelegate overrides.
virtual void NavigationStateChanged(const content::WebContents* source,

Powered by Google App Engine
This is Rietveld 408576698