| Index: src/gpu/effects/GrOvalEffect.cpp
|
| diff --git a/src/gpu/effects/GrOvalEffect.cpp b/src/gpu/effects/GrOvalEffect.cpp
|
| index f1d1e68f293487fae3cda2e75d85e33506a22c3c..b750599aec664419252a6a254d8f48f0876689b1 100644
|
| --- a/src/gpu/effects/GrOvalEffect.cpp
|
| +++ b/src/gpu/effects/GrOvalEffect.cpp
|
| @@ -56,7 +56,7 @@
|
| }
|
|
|
| void CircleEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const {
|
| - inout->mulByUnknownSingleComponent();
|
| + inout->mulByUnknownAlpha();
|
| }
|
|
|
| CircleEffect::CircleEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar r)
|
| @@ -233,7 +233,7 @@
|
| }
|
|
|
| void EllipseEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const {
|
| - inout->mulByUnknownSingleComponent();
|
| + inout->mulByUnknownAlpha();
|
| }
|
|
|
| EllipseEffect::EllipseEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar rx, SkScalar ry)
|
|
|