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

Unified Diff: ui/gfx/image/image.h

Issue 9586018: Add support for multiple icon sizes for Mac platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 8 years, 10 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 | « chrome/browser/web_applications/web_app_mac_unittest.mm ('k') | ui/gfx/image/image.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image.h
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
index 544d18a0367d77fbcd35fbddc49391d917f89c58..64fccf32eacac4c9d46338493a02d8e4a91b05c7 100644
--- a/ui/gfx/image/image.h
+++ b/ui/gfx/image/image.h
@@ -110,7 +110,7 @@ class UI_EXPORT Image {
// backing pixels are shared amongst all copies (a fact of each of the
// converted representations, rather than a limitation imposed by Image) and
// so the result should be considered immutable.
- const SkBitmap* CopySkBitmap() const;
+ SkBitmap* CopySkBitmap() const;
#if defined(TOOLKIT_USES_GTK)
GdkPixbuf* CopyGdkPixbuf() const;
#elif defined(OS_MACOSX)
« no previous file with comments | « chrome/browser/web_applications/web_app_mac_unittest.mm ('k') | ui/gfx/image/image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698