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:
parent
85faf50875
commit
0fcd6ca4e0
@ -62,7 +62,7 @@ public:
|
||||
typedef SkShader::Context INHERITED;
|
||||
};
|
||||
|
||||
#if SK_DEBUG
|
||||
#ifdef SK_DEBUG
|
||||
SkShader* getShaderA() { return fShaderA; }
|
||||
SkShader* getShaderB() { return fShaderB; }
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user