| Index: include/gpu/GrEffectUnitTest.h
|
| diff --git a/include/gpu/GrEffectUnitTest.h b/include/gpu/GrEffectUnitTest.h
|
| index 78506da1979a7355395923e567eb8ed427e17eae..f0089c9df4d840d64706cce45d2a149d445261a9 100644
|
| --- a/include/gpu/GrEffectUnitTest.h
|
| +++ b/include/gpu/GrEffectUnitTest.h
|
| @@ -8,9 +8,9 @@
|
| #ifndef GrEffectUnitTest_DEFINED
|
| #define GrEffectUnitTest_DEFINED
|
|
|
| -#include "GrNoncopyable.h"
|
| #include "SkRandom.h"
|
| #include "SkTArray.h"
|
| +#include "SkTypes.h"
|
|
|
| class SkMatrix;
|
| class GrDrawTargetCaps;
|
| @@ -35,7 +35,7 @@ class GrContext;
|
| class GrEffectRef;
|
| class GrTexture;
|
|
|
| -class GrEffectTestFactory : GrNoncopyable {
|
| +class GrEffectTestFactory : public SkNoncopyable {
|
| public:
|
|
|
| typedef GrEffectRef* (*CreateProc)(SkRandom*,
|
|
|