Index: skia/config/SkUserConfig.h |
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
index 8b4046a602b582aed10d9e476ffe6464fdce16e9..ba206bd0948119c2184a951281c4d098b79e20ca 100644 |
--- a/skia/config/SkUserConfig.h |
+++ b/skia/config/SkUserConfig.h |
@@ -138,6 +138,16 @@ |
#define SK_SUPPORT_UNITTEST |
#endif |
+/* If cross process SkPictureImageFilters are not explicitly enabled then |
+ they are always disabled. |
+ */ |
+#ifndef SK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS |
+ #ifndef SK_DISALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS |
+ #define SK_DISALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS |
+ #endif |
+#endif |
+ |
+ |
/* If your system embeds skia and has complex event logging, define this |
symbol to name a file that maps the following macros to your system's |
equivalents: |