| Index: src/gpu/effects/Gr1DKernelEffect.h
 | 
| diff --git a/src/gpu/effects/Gr1DKernelEffect.h b/src/gpu/effects/Gr1DKernelEffect.h
 | 
| index 0aec4b133636b6cf001e4044d9bd9a9627a5f36d..3ceb75d4b6482a41f56cb71641102b6ce29e4706 100644
 | 
| --- a/src/gpu/effects/Gr1DKernelEffect.h
 | 
| +++ b/src/gpu/effects/Gr1DKernelEffect.h
 | 
| @@ -28,11 +28,10 @@ public:
 | 
|          kY_Direction,
 | 
|      };
 | 
|  
 | 
| -    Gr1DKernelEffect(GrProcessorDataManager* procDataManager,
 | 
| -                     GrTexture* texture,
 | 
| +    Gr1DKernelEffect(GrTexture* texture,
 | 
|                       Direction direction,
 | 
|                       int radius)
 | 
| -        : INHERITED(procDataManager, texture, GrCoordTransform::MakeDivByTextureWHMatrix(texture))
 | 
| +        : INHERITED(texture, GrCoordTransform::MakeDivByTextureWHMatrix(texture))
 | 
|          , fDirection(direction)
 | 
|          , fRadius(radius) {}
 | 
|  
 | 
| 
 |