| Index: include/gpu/GrProcessorUnitTest.h
|
| diff --git a/include/gpu/GrProcessorUnitTest.h b/include/gpu/GrProcessorUnitTest.h
|
| index b18c7072fdd38a0d2048bfcecb719d5270480d9d..8f4e84e161c155d359ecb2ce2d0da10f69b23d0d 100644
|
| --- a/include/gpu/GrProcessorUnitTest.h
|
| +++ b/include/gpu/GrProcessorUnitTest.h
|
| @@ -41,19 +41,16 @@ const GrFragmentProcessor* CreateChildFP(GrProcessorTestData*);
|
| struct GrProcessorTestData {
|
| GrProcessorTestData(SkRandom* random,
|
| GrContext* context,
|
| - GrProcessorDataManager* procDataManager,
|
| const GrCaps* caps,
|
| GrTexture* textures[2])
|
| : fRandom(random)
|
| , fContext(context)
|
| - , fProcDataManager(procDataManager)
|
| , fCaps(caps) {
|
| fTextures[0] = textures[0];
|
| fTextures[1] = textures[1];
|
| }
|
| SkRandom* fRandom;
|
| GrContext* fContext;
|
| - GrProcessorDataManager* fProcDataManager;
|
| const GrCaps* fCaps;
|
| GrTexture* fTextures[2];
|
| };
|
|
|