Index: include/core/SkPostConfig.h |
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
index d513d20633a9433e7eaaa8d77102db82838c0821..4e1784e025b174768fdb49508f811cb0ac66a78a 100644 |
--- a/include/core/SkPostConfig.h |
+++ b/include/core/SkPostConfig.h |
@@ -411,6 +411,13 @@ |
# endif |
#endif |
+////////////////////////////////////////////////////////////////////// |
+ |
+#ifndef SK_EGL |
bsalomon
2014/09/30 13:43:58
I think the problem here is that there is no way f
|
+# if defined(SK_BUILD_FOR_ANDROID) || defined(SK_BUILD_FOR_NACL) |
+# define SK_EGL |
+# endif |
+#endif |
////////////////////////////////////////////////////////////////////// |