| 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)
|
|
|