| Index: ui/gfx/image_unittest_util.h
|
| diff --git a/ui/gfx/image_unittest_util.h b/ui/gfx/image_unittest_util.h
|
| index f087f90cb0aa8e24a493142cbd2022d5cf898494..b85c4a46598901df7a05d0c30d66c6cf358354a6 100644
|
| --- a/ui/gfx/image_unittest_util.h
|
| +++ b/ui/gfx/image_unittest_util.h
|
| @@ -15,7 +15,7 @@ namespace test {
|
|
|
| #if defined(OS_MACOSX)
|
| typedef NSImage* PlatformImage;
|
| -#elif defined(OS_LINUX) && !defined(TOOLKIT_VIEWS)
|
| +#elif defined(TOOLKIT_GTK)
|
| typedef GdkPixbuf* PlatformImage;
|
| #else
|
| typedef const SkBitmap* PlatformImage;
|
|
|