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 f2732c27e25f36eb0ffb6256e9f5169e7a05ed11..e87e375680e922faa0e1ac300cae22ea7bf4d770 100644 |
--- a/chrome/browser/ui/panels/panel_host.h |
+++ b/chrome/browser/ui/panels/panel_host.h |
@@ -27,6 +27,7 @@ class WindowController; |
} |
namespace gfx { |
+class Image; |
class Rect; |
} |
@@ -44,7 +45,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, |