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