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

Unified Diff: chrome/browser/ui/panels/old_panel.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: applied change to panel_titlebar_gtk.cc after syncing 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/old_panel.h
diff --git a/chrome/browser/ui/panels/old_panel.h b/chrome/browser/ui/panels/old_panel.h
index 25a982c4e232da729a5faa2053132d29298151ba..6733ce0305f4ad8c3ece9f69559d0bf60d5dbb41 100644
--- a/chrome/browser/ui/panels/old_panel.h
+++ b/chrome/browser/ui/panels/old_panel.h
@@ -30,7 +30,7 @@ class OldPanel : public Panel {
virtual void ExecuteCommandWithDisposition(
int id,
WindowOpenDisposition disposition) OVERRIDE;
- virtual SkBitmap GetCurrentPageIcon() const OVERRIDE;
+ virtual gfx::Image GetCurrentPageIcon() const OVERRIDE;
private:
Browser* browser_; // Weak pointer. Owned by native panel.
« no previous file with comments | « chrome/browser/task_manager/task_manager_resource_providers.cc ('k') | chrome/browser/ui/panels/old_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698