summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/image/image.h')
-rw-r--r--ui/gfx/image/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
index 544d18a..64fccf3 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)