Fix no-static-init (android) build.
git-svn-id: http://skia.googlecode.com/svn/trunk@7225 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
5d2cd20790
commit
87c472653b
@ -80,7 +80,7 @@ private:
|
||||
// The unit test relies on static initializers. Just declare the TestCreate function so that
|
||||
// its definitions will compile.
|
||||
#define GR_DECLARE_EFFECT_TEST \
|
||||
static GrEffect* TestCreate(SkRandom*, GrContext*, GrTexture* dummyTextures[2])
|
||||
static GrEffectRef* TestCreate(SkRandom*, GrContext*, GrTexture* dummyTextures[2])
|
||||
#define GR_DEFINE_EFFECT_TEST(X)
|
||||
|
||||
#endif // !SK_ALLOW_STATIC_GLOBAL_INITIALIZERS
|
||||
|
Loading…
Reference in New Issue
Block a user