| Index: gm/bigrrectaaeffect.cpp
|
| diff --git a/gm/bigrrectaaeffect.cpp b/gm/bigrrectaaeffect.cpp
|
| index bc0b56a72c11c35128959282214a227404f83e44..472910b5df97bc4950afc5d7bcb33c6006a5a354 100644
|
| --- a/gm/bigrrectaaeffect.cpp
|
| +++ b/gm/bigrrectaaeffect.cpp
|
| @@ -65,7 +65,7 @@ protected:
|
| canvas->save();
|
| canvas->translate(SkIntToScalar(x), SkIntToScalar(y));
|
| GrTestTarget tt;
|
| - context->getTestTarget(&tt);
|
| + context->getTestTarget(&tt, rt);
|
| if (nullptr == tt.target()) {
|
| SkDEBUGFAIL("Couldn't get Gr test target.");
|
| return;
|
|
|