Index: gm/texturedomaineffect.cpp |
diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp |
index facfb7a792570efca59edc50a86cc3d680fd65a4..24e09db878a17f1b504c7a78b9ac46b963e0b564 100644 |
--- a/gm/texturedomaineffect.cpp |
+++ b/gm/texturedomaineffect.cpp |
@@ -75,7 +75,7 @@ protected: |
} |
GrContext* context = rt->getContext(); |
if (nullptr == context) { |
- this->drawGpuOnlyMessage(canvas); |
+ skiagm::GM::DrawGpuOnlyMessage(canvas); |
return; |
} |