Index: include/core/SkPostConfig.h |
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
index 387ea5b15479203e3f17ae2f124a0b3b399331d1..9ee7c03e8cbbce37ed45005af1dbe7dd4ed24c06 100644 |
--- a/include/core/SkPostConfig.h |
+++ b/include/core/SkPostConfig.h |
@@ -365,4 +365,14 @@ |
# define GR_TEST_UTILS 1 |
#endif |
+////////////////////////////////////////////////////////////////////// |
+ |
+#ifndef SK_HISTOGRAM_BOOLEAN |
+# define SK_HISTOGRAM_BOOLEAN(name, value) |
+#endif |
+ |
+#ifndef SK_HISTOGRAM_ENUMERATION |
+# define SK_HISTOGRAM_ENUMERATION(name, value, boundary_value) |
+#endif |
+ |
#endif // SkPostConfig_DEFINED |