Commit 945df724 authored by reed's avatar reed Committed by Commit bot

remove now-dead flag, as it is also not defined in skia's gypi

TBR=robertphilips@chromium.org

Review URL: https://codereview.chromium.org/546893002

Cr-Commit-Position: refs/heads/master@{#293576}
parent 66cd59f4
......@@ -261,10 +261,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_LEGACY_GETDEVICE
#endif
#ifdef SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL
#undef SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment