diff options
author | senorblanco <senorblanco@chromium.org> | 2015-07-13 08:29:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-13 15:30:28 +0000 |
commit | acda164e3e98426075010fe4696fdeb75267cc78 (patch) | |
tree | 27ff755f89ecef713c3a5a96eeea9ec793b8651f /skia | |
parent | f71489f2413304bd5e9ff7ac58f96955eec91346 (diff) | |
download | chromium_src-acda164e3e98426075010fe4696fdeb75267cc78.zip chromium_src-acda164e3e98426075010fe4696fdeb75267cc78.tar.gz chromium_src-acda164e3e98426075010fe4696fdeb75267cc78.tar.bz2 |
Add SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES to skia config.
Required for an upcoming Skia change.
BUG=240827
Review URL: https://codereview.chromium.org/1227943005
Cr-Commit-Position: refs/heads/master@{#338511}
Diffstat (limited to 'skia')
-rw-r--r-- | skia/config/SkUserConfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index 165a17a..d2bd2f7 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_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS #endif +#ifndef SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES +# define SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES +#endif + ///////////////////////// Imported from BUILD.gn and skia_common.gypi /* In some places Skia can use static initializers for global initialization, |