diff options
author | reed <reed@google.com> | 2015-07-15 21:03:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-16 04:03:51 +0000 |
commit | e33f25f7595737fd837b14fd11db75a409ee9af2 (patch) | |
tree | 8751bf1da60e00e5c2828db82936c731a8cfaa51 /skia/config | |
parent | ea952493d8ecbed6b05a3532bf9469ab536ea62f (diff) | |
download | chromium_src-e33f25f7595737fd837b14fd11db75a409ee9af2.zip chromium_src-e33f25f7595737fd837b14fd11db75a409ee9af2.tar.gz chromium_src-e33f25f7595737fd837b14fd11db75a409ee9af2.tar.bz2 |
transition to new Constraints for drawBitmap/ImageRect
will need https://codereview.chromium.org/1233333002/# to land first
BUG=
Review URL: https://codereview.chromium.org/1241923004
Cr-Commit-Position: refs/heads/master@{#338984}
Diffstat (limited to 'skia/config')
-rw-r--r-- | skia/config/SkUserConfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index d2bd2f7..96f457e 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -253,10 +253,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_IGNORE_ETC1_SUPPORT #endif -#ifndef SK_SUPPORT_LEGACY_ONDRAWIMAGERECT -# define SK_SUPPORT_LEGACY_ONDRAWIMAGERECT -#endif - #ifndef SK_IGNORE_GPU_DITHER # define SK_IGNORE_GPU_DITHER #endif |