diff options
author | halcanary <halcanary@google.com> | 2017-01-24 11:02:54 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-24 11:02:54 -0800 |
commit | bea4330c8805b87dedb79d2c83443d15e3e068a2 (patch) | |
tree | ecc76ab1a0b415c323906052cb3a5daaf10b51af /skia/config | |
parent | 2763fba8755e3ef4bc15eb5c347ea2f291c6736a (diff) | |
download | pdfium-bea4330c8805b87dedb79d2c83443d15e3e068a2.tar.xz |
No need to define SK_SCALAR_IS_FLOAT
This is already the default value and is the only supported case.
Review-Url: https://codereview.chromium.org/2657453005
Diffstat (limited to 'skia/config')
-rw-r--r-- | skia/config/SkUserConfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index f505c50f90..e09a2351b3 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -127,9 +127,6 @@ // ===== Begin Chrome-specific definitions ===== -#define SK_SCALAR_IS_FLOAT -#undef SK_SCALAR_IS_FIXED - #define SK_MSCALAR_IS_FLOAT #undef SK_MSCALAR_IS_DOUBLE |