Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / image / image_unittest_util.h
index 4788e4e..cac8015 100644 (file)
@@ -18,8 +18,6 @@ namespace test {
 typedef UIImage* PlatformImage;
 #elif defined(OS_MACOSX)
 typedef NSImage* PlatformImage;
-#elif defined(TOOLKIT_GTK)
-typedef GdkPixbuf* PlatformImage;
 #else
 typedef gfx::ImageSkia PlatformImage;
 #endif