Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: ui/gfx/image_unittest_util.h

Issue 6990051: Unix ifdefs patch for ui/ and webkit/ (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: removed some too general ifdefs and ppapi changes Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
Robert Sesek 2011/05/24 16:24:12 TOOLKIT_USES_GTK?
typedef GdkPixbuf* PlatformImage;
#else
typedef const SkBitmap* PlatformImage;

Powered by Google App Engine
This is Rietveld 408576698