| Index: ui/gfx/image/image.cc
|
| diff --git a/ui/gfx/image/image.cc b/ui/gfx/image/image.cc
|
| index c5c0c76c02152783a00047e2292be58a3117b227..a913675d004d7adfc992d13512e9f58053b4372a 100644
|
| --- a/ui/gfx/image/image.cc
|
| +++ b/ui/gfx/image/image.cc
|
| @@ -555,12 +555,6 @@ NSImage* Image::CopyNSImage() const {
|
| }
|
| #endif
|
|
|
| -#if defined(OS_MACOSX)
|
| -Image::operator NSImage*() const {
|
| - return ToNSImage();
|
| -}
|
| -#endif
|
| -
|
| bool Image::HasRepresentation(RepresentationType type) const {
|
| return storage_.get() && storage_->representations().count(type) != 0;
|
| }
|
|
|