diff options
Diffstat (limited to 'ui/gfx/image/image.h')
-rw-r--r-- | ui/gfx/image/image.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h index 9c0e6eb..71c3e17 100644 --- a/ui/gfx/image/image.h +++ b/ui/gfx/image/image.h @@ -62,10 +62,6 @@ class UI_EXPORT Image { // Creates an empty image with no representations. Image(); - // Creates a new image with the default representation. The object will take - // ownership of the image. - explicit Image(const SkBitmap* bitmap); - // Creates a new image by copying the bitmap for use as the default // representation. explicit Image(const SkBitmap& bitmap); |