summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorreed <reed@google.com>2015-06-17 09:50:27 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-17 16:51:01 +0000
commitef0d34a4b63b5622029860e16edae9416b27ba57 (patch)
treeeae0d24e83ee104eb64af0fa729e1da9efd104b8 /skia
parentef1a7a53cfd5f980a4390ae9df60fd8a8176e14a (diff)
downloadchromium_src-ef0d34a4b63b5622029860e16edae9416b27ba57.zip
chromium_src-ef0d34a4b63b5622029860e16edae9416b27ba57.tar.gz
chromium_src-ef0d34a4b63b5622029860e16edae9416b27ba57.tar.bz2
add SK_SUPPORT_LEGACY_DATARELEASEPROC_PARAMS flag
in support of https://codereview.chromium.org/1193553002/ BUG=501376 NOTRY=True just adding a new #define Review URL: https://codereview.chromium.org/1184953005 Cr-Commit-Position: refs/heads/master@{#334855}
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 4e0caea..5f4453e 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -273,6 +273,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_INT_COLORMATRIX
#endif
+#ifndef SK_SUPPORT_LEGACY_DATARELEASEPROC_PARAMS
+# define SK_SUPPORT_LEGACY_DATARELEASEPROC_PARAMS
+#endif
+
///////////////////////// Imported from BUILD.gn and skia_common.gypi
/* In some places Skia can use static initializers for global initialization,