Index: skia/config/SkUserConfig.h |
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
index fb80b3c97e54acf6028ea51a96e91ff7123af1fb..d9e6b1ffec116f0ce1db7b7f7d0cd09095720585 100644 |
--- a/skia/config/SkUserConfig.h |
+++ b/skia/config/SkUserConfig.h |
@@ -186,11 +186,13 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, |
"%s:%d: failed assertion \"%s\"\n", \ |
__FILE__, __LINE__, #cond); } } while (false) |
+#if !defined(ANDROID) // On Android, we use the skia default settings |
Nico
2012/07/24 01:20:27
Nit: trailing .
michaelbai
2012/07/24 01:37:47
Done.
|
// All little-endian Chrome platforms agree: BGRA is the optimal pixel layout. |
Nico
2012/07/24 01:20:27
remove this comment
michaelbai
2012/07/24 01:37:47
Done.
|
#define SK_A32_SHIFT 24 |
#define SK_R32_SHIFT 16 |
#define SK_G32_SHIFT 8 |
#define SK_B32_SHIFT 0 |
+#endif |
#if defined(SK_BUILD_FOR_WIN32) |