if SK_DEBUG -> ifdef SK_DEBUG

Should unbreak Chrome canary bots.

BUG=skia:
R=mtklein@google.com

Author: mtklein@chromium.org

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

git-svn-id: http://skia.googlecode.com/svn/trunk@14616 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-05-07 16:17:26 +00:00
parent 24e7b9f4c7
commit 30602abc33

View File

@ -29,7 +29,7 @@
#include "SkTypeface.h"
#include "SkWriter32.h"
#if SK_DEBUG
#ifdef SK_DEBUG
// When debugging, allocate snuggly.
static const size_t kMinBlockSize = 0;
#else