| Index: ui/gfx/image/image.h
|
| diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
|
| index bc5d20a5cf1add125ea7cd26444ffccf4d677a1b..cc4cc9bc9688446c69d159d8d529c76035e2a80f 100644
|
| --- a/ui/gfx/image/image.h
|
| +++ b/ui/gfx/image/image.h
|
| @@ -120,9 +120,7 @@ class UI_EXPORT Image {
|
| // DEPRECATED ----------------------------------------------------------------
|
| // Conversion handlers. These wrap the ToType() variants.
|
| operator const SkBitmap&() const;
|
| -#if defined(TOOLKIT_USES_GTK)
|
| - operator GdkPixbuf*() const;
|
| -#elif defined(OS_MACOSX)
|
| +#if defined(OS_MACOSX)
|
| operator NSImage*() const;
|
| #endif
|
| // ---------------------------------------------------------------------------
|
|
|