| Index: src/gpu/effects/GrCustomXfermode.cpp
|
| diff --git a/src/gpu/effects/GrCustomXfermode.cpp b/src/gpu/effects/GrCustomXfermode.cpp
|
| index feea78f7865c254a80e8210824cf65e8c12812c7..3709c0a943208a10d68c58afef5862458795a623 100644
|
| --- a/src/gpu/effects/GrCustomXfermode.cpp
|
| +++ b/src/gpu/effects/GrCustomXfermode.cpp
|
| @@ -752,7 +752,7 @@
|
| = blend(f*Sa, Da)
|
| */
|
|
|
| - OptFlags flags = kNone_OptFlags;
|
| + OptFlags flags = kNone_Opt;
|
| if (colorPOI.allStagesMultiplyInput()) {
|
| flags |= kCanTweakAlphaForCoverage_OptFlag;
|
| }
|
|
|