Chromium Code Reviews| Index: src/gpu/effects/GrDashingEffect.cpp |
| diff --git a/src/gpu/effects/GrDashingEffect.cpp b/src/gpu/effects/GrDashingEffect.cpp |
| index 13d4a38e8535f5ab0de470277d109e3390ed16c5..51507b1e668f24955e2feec5708fbaa45408b004 100644 |
| --- a/src/gpu/effects/GrDashingEffect.cpp |
| +++ b/src/gpu/effects/GrDashingEffect.cpp |
| @@ -359,7 +359,7 @@ private: |
| return; |
| } |
| - target->initDraw(gp, this->pipeline()); |
| + target->initDraw(gp); |
| // useAA here means Edge AA or MSAA |
| bool useAA = this->aaMode() != kBW_DashAAMode; |