| Index: src/gpu/effects/GrDistanceFieldTextureEffect.h
|
| diff --git a/src/gpu/effects/GrDistanceFieldTextureEffect.h b/src/gpu/effects/GrDistanceFieldTextureEffect.h
|
| index fc37ddb99a2f73cfa2918850c09a41fbf26fe258..9cba1a05e9bbaad4cc88d431ac7290456eef49de 100755
|
| --- a/src/gpu/effects/GrDistanceFieldTextureEffect.h
|
| +++ b/src/gpu/effects/GrDistanceFieldTextureEffect.h
|
| @@ -28,7 +28,7 @@ public:
|
|
|
| virtual ~GrDistanceFieldTextureEffect() {}
|
|
|
| - static const char* Name() { return "Texture"; }
|
| + static const char* Name() { return "DistanceFieldTexture"; }
|
|
|
| virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE;
|
|
|
|
|