| Index: include/gpu/effects/GrPorterDuffXferProcessor.h
|
| diff --git a/include/gpu/effects/GrPorterDuffXferProcessor.h b/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| index 59499742d270a4bc7e878a270d2a50c4147a7e49..6c860b971c34c71b5f057cb3783eaa15f3c54ad6 100644
|
| --- a/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| +++ b/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| @@ -24,7 +24,7 @@ public:
|
|
|
| virtual ~GrPorterDuffXferProcessor();
|
|
|
| - virtual const char* name() const { return "Porter Duff"; }
|
| + virtual const char* name() const SK_OVERRIDE { return "Porter Duff"; }
|
|
|
| void getGLProcessorKey(const GrGLCaps& caps, GrProcessorKeyBuilder* b) const SK_OVERRIDE;
|
|
|
|
|