Index: gm/image.cpp |
diff --git a/gm/image.cpp b/gm/image.cpp |
index 5333b1725d317d2316d03e40271101038502f3be..a84e19b3f7758bc8c0017b183a37ca6b6b7b39aa 100644 |
--- a/gm/image.cpp |
+++ b/gm/image.cpp |
@@ -433,7 +433,7 @@ DEF_SIMPLE_GM(new_texture_image, canvas, 225, 60) { |
GrContext* context = nullptr; |
#if SK_SUPPORT_GPU |
context = canvas->getGrContext(); |
- GrContextFactory factory; |
+ sk_gpu_test::GrContextFactory factory; |
#endif |
if (!context) { |
skiagm::GM::DrawGpuOnlyMessage(canvas); |