| Index: include/gpu/effects/GrPorterDuffXferProcessor.h
|
| diff --git a/include/gpu/effects/GrPorterDuffXferProcessor.h b/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| index 6c860b971c34c71b5f057cb3783eaa15f3c54ad6..dc345c92243647feb73848aee29d12e63917d0ad 100644
|
| --- a/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| +++ b/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| @@ -37,6 +37,9 @@ public:
|
| ////
|
|
|
| enum PrimaryOutputType {
|
| + kNone_PrimaryOutputType,
|
| + kColor_PrimaryOutputType,
|
| + kCoverage_PrimaryOutputType,
|
| // Modulate color and coverage, write result as the color output.
|
| kModulate_PrimaryOutputType,
|
| // Combines the coverage, dst, and color as coverage * color + (1 - coverage) * dst. This
|
|
|