| Index: ui/gfx/image/image_skia.h
|
| diff --git a/ui/gfx/image/image_skia.h b/ui/gfx/image/image_skia.h
|
| index 7c729cb95b0205ce960c5a13b2cdf6b3839e8808..259a71e1b246470ecab115f4214ec3778196b60e 100644
|
| --- a/ui/gfx/image/image_skia.h
|
| +++ b/ui/gfx/image/image_skia.h
|
| @@ -60,7 +60,7 @@ class UI_EXPORT ImageSkia {
|
| // done.
|
| ImageSkia& operator=(const SkBitmap& other);
|
|
|
| -#if defined(OS_MACOSX) || defined(OS_WIN)
|
| +#if defined(OS_WIN)
|
| // Converts to gfx::ImageSkiaRep and SkBitmap.
|
| // TODO(pkotwicz): This is temporary till conversion to gfx::ImageSkia is
|
| // done.
|
|
|