Index: include/gpu/GrEffectUnitTest.h |
diff --git a/include/gpu/GrEffectUnitTest.h b/include/gpu/GrEffectUnitTest.h |
index f0089c9df4d840d64706cce45d2a149d445261a9..850db9ba34dcfea65c55b69c28941dba563b6822 100644 |
--- a/include/gpu/GrEffectUnitTest.h |
+++ b/include/gpu/GrEffectUnitTest.h |
@@ -67,7 +67,7 @@ private: |
*/ |
#define GR_DECLARE_EFFECT_TEST \ |
static GrEffectTestFactory gTestFactory; \ |
- static GrEffectRef* TestCreate(SkRandom*, \ |
+ static GrEffectRef* TestCreate(SkRandom*, \ |
GrContext*, \ |
const GrDrawTargetCaps&, \ |
GrTexture* dummyTextures[2]) |
@@ -91,7 +91,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 GrEffectRef* TestCreate(SkRandom*, \ |
+ static GrEffectRef* TestCreate(SkRandom*, \ |
GrContext*, \ |
const GrDrawTargetCaps&, \ |
GrTexture* dummyTextures[2]) |