diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 03:52:53 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 03:52:53 +0000 |
commit | d791018e637fe65c72448b55e1e786bfb0154eab (patch) | |
tree | 8abf881ab2ba1eb4a8a94231a66e6e955f0e2316 /ui/gfx/image/image.h | |
parent | ea3ee0a8f3e4841e7e27dfc371c98a8b5dd5ca9a (diff) | |
download | chromium_src-d791018e637fe65c72448b55e1e786bfb0154eab.zip chromium_src-d791018e637fe65c72448b55e1e786bfb0154eab.tar.gz chromium_src-d791018e637fe65c72448b55e1e786bfb0154eab.tar.bz2 |
Get rid of Image::Image(SkBitmap*)
Bug=124566
Test=Compiles on CrOS,Mac
Review URL: https://chromiumcodereview.appspot.com/10378009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137075 0039d316-1c4b-4281-b951-d872f2087c98
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); |