diff options
author | mtklein <mtklein@chromium.org> | 2014-12-10 17:39:03 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-11 01:39:28 +0000 |
commit | ac4e0812d9684db5989e6ee89bfcaa25c8918968 (patch) | |
tree | 7c0cf25dcf91c279c1d2495ed78df601284f3b8d /skia/config/SkUserConfig.h | |
parent | b844ef077dbcb112ec9493ef52bfbc3fbc397d66 (diff) | |
download | chromium_src-ac4e0812d9684db5989e6ee89bfcaa25c8918968.zip chromium_src-ac4e0812d9684db5989e6ee89bfcaa25c8918968.tar.gz chromium_src-ac4e0812d9684db5989e6ee89bfcaa25c8918968.tar.bz2 |
Clean up obsolete SkPicture #defines.
These are all now assumed true (and ignored), and there's no SkPicture::clone anymore.
BUG=
Review URL: https://codereview.chromium.org/789253004
Cr-Commit-Position: refs/heads/master@{#307830}
Diffstat (limited to 'skia/config/SkUserConfig.h')
-rw-r--r-- | skia/config/SkUserConfig.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index bd039e3..e517f71 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -257,10 +257,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS #endif -#ifndef SK_SUPPORT_LEGACY_PICTURE_CLONE -# define SK_SUPPORT_LEGACY_PICTURE_CLONE -#endif - #ifndef SK_IGNORE_ETC1_SUPPORT # define SK_IGNORE_ETC1_SUPPORT #endif @@ -277,17 +273,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_LEGACY_PICTURE_DRAW_API #endif - -// Turns SkPicture::clone() into a simple "return SkRef(this);" as a way to -// test the threadsafety of SkPicture playback. -#define SK_PICTURE_CLONE_NOOP 1 - -// Turns on new (nicer, hopefully faster) SkPicture backend. -#define SK_PICTURE_USE_SK_RECORD 1 - -// Run a few optimization passes over the SkRecord after recording. -#define SK_PICTURE_OPTIMIZE_SK_RECORD 1 - // ===== End Chrome-specific definitions ===== #endif |