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

Unified Diff: chrome/browser/ui/views/frame/app_panel_browser_frame_view.h

Issue 10447053: Converts remainder of ui and chrome/browser/ui/views/frame to use ImageSkia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/views/frame/app_panel_browser_frame_view.h
diff --git a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
index 8b049c3134db5a13b208534f900d97d33d208166..0d35ef7106b98e58fb3ef63a5b4146262f1936f1 100644
--- a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
+++ b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
@@ -54,7 +54,7 @@ class AppPanelBrowserFrameView : public BrowserNonClientFrameView,
// Overridden from TabIconView::TabIconViewModel:
virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
- virtual SkBitmap GetFaviconForTabIconView() OVERRIDE;
+ virtual gfx::ImageSkia GetFaviconForTabIconView() OVERRIDE;
private:
// Returns the thickness of the border that makes up the window frame edges.

Powered by Google App Engine
This is Rietveld 408576698