Index: gm/texturedomaineffect.cpp |
diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp |
index cf772f5f1b503aa4360f601af380510411c5d49e..a2dc4b01b8485023665094da3a3e24b8d912e81b 100644 |
--- a/gm/texturedomaineffect.cpp |
+++ b/gm/texturedomaineffect.cpp |
@@ -80,7 +80,7 @@ protected: |
} |
GrTestTarget tt; |
- context->getTestTarget(&tt); |
+ context->getTestTarget(&tt, rt); |
if (nullptr == tt.target()) { |
SkDEBUGFAIL("Couldn't get Gr test target."); |
return; |