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

Unified Diff: ui/oak/oak_window.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
« no previous file with comments | « ui/base/native_theme/native_theme_base.cc ('k') | ui/oak/oak_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/oak/oak_window.h
diff --git a/ui/oak/oak_window.h b/ui/oak/oak_window.h
index dfa2799adb3ca1d22896c35692637772888458e5..b1980421ca92c9538176ee43f8a00c28db496485 100644
--- a/ui/oak/oak_window.h
+++ b/ui/oak/oak_window.h
@@ -33,7 +33,7 @@ class OakWindow : public views::WidgetDelegateView,
virtual bool CanMaximize() const OVERRIDE;
virtual string16 GetWindowTitle() const OVERRIDE;
virtual views::View* GetContentsView() OVERRIDE;
- virtual SkBitmap GetWindowIcon() OVERRIDE;
+ virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
virtual bool ShouldShowWindowIcon() const OVERRIDE;
virtual void DeleteDelegate() OVERRIDE;
« no previous file with comments | « ui/base/native_theme/native_theme_base.cc ('k') | ui/oak/oak_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698