summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorreed <reed@chromium.org>2015-04-02 22:34:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-03 05:35:29 +0000
commitd9d94b9352486e833787988d909a523a8bb0e894 (patch)
treeb6d910466c2a6926375dcd1e06268ba0aa03317d /skia
parent8459e3336b5bfc2227c9def03f999ca146f21253 (diff)
downloadchromium_src-d9d94b9352486e833787988d909a523a8bb0e894.zip
chromium_src-d9d94b9352486e833787988d909a523a8bb0e894.tar.gz
chromium_src-d9d94b9352486e833787988d909a523a8bb0e894.tar.bz2
add SK_SUPPORT_LEGACY_SCALAR_XFERMODES to stage skia speedup for xfermodes
needed to enable opts in https://codereview.chromium.org/1043413002/ BUG= TBR=fmalita@chromium.org NOTRY=True ... cq not working :( Review URL: https://codereview.chromium.org/1054083002 Cr-Commit-Position: refs/heads/master@{#323638}
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 183d277..4ef3394 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -253,6 +253,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_GETDEVICE
#endif
+#ifndef SK_SUPPORT_LEGACY_SCALAR_XFERMODES
+# define SK_SUPPORT_LEGACY_SCALAR_XFERMODES
+#endif
+
#ifndef SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS
# define SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS
#endif