diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 18:07:34 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 18:07:34 +0000 |
commit | b651c878f3daafc61f7b9a565235e3ea692e52fc (patch) | |
tree | 782a0de7ccf61203a0e9d9ff3f67e7f46b6e3e32 /ui/gfx/image/image.h | |
parent | dc9a74f768df2c608fc9c95e50dfe2032a583b53 (diff) | |
download | chromium_src-b651c878f3daafc61f7b9a565235e3ea692e52fc.zip chromium_src-b651c878f3daafc61f7b9a565235e3ea692e52fc.tar.gz chromium_src-b651c878f3daafc61f7b9a565235e3ea692e52fc.tar.bz2 |
Remove unused gfx::Image constructor which takes in ImageSkiaRep
BUG=None
Test=compiles
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/10837297
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/image/image.h')
-rw-r--r-- | ui/gfx/image/image.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h index 0790148..999e397 100644 --- a/ui/gfx/image/image.h +++ b/ui/gfx/image/image.h @@ -37,7 +37,6 @@ class ImageMacTest; namespace gfx { class ImageSkia; -class ImageSkiaRep; #if defined(TOOLKIT_GTK) class CairoCachedSurface; @@ -73,10 +72,6 @@ class UI_EXPORT Image { // representation. explicit Image(const ImageSkia& image); - // Creates a new image by copying the image rep for use as the default - // representation. - explicit Image(const ImageSkiaRep& image_rep); - // Creates a new image by copying the bitmap for use as the default // representation. // TODO(pkotwicz): Get rid of this constructor. |