fix #if SK_DEBUG -- should be #ifdef SK_DEBUG

git-svn-id: http://skia.googlecode.com/svn/trunk@14218 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2014-04-16 13:44:43 +00:00
parent 85faf50875
commit 0fcd6ca4e0

View File

@ -62,7 +62,7 @@ public:
typedef SkShader::Context INHERITED;
};
#if SK_DEBUG
#ifdef SK_DEBUG
SkShader* getShaderA() { return fShaderA; }
SkShader* getShaderB() { return fShaderB; }
#endif