Index: tests/GrContextFactoryTest.cpp |
diff --git a/tests/GrContextFactoryTest.cpp b/tests/GrContextFactoryTest.cpp |
index 800b18cce0b8d29f59f2be9562b63ccd973fe09a..bd1888380a13c96348782796d9c990e3890900bf 100644 |
--- a/tests/GrContextFactoryTest.cpp |
+++ b/tests/GrContextFactoryTest.cpp |
@@ -13,6 +13,8 @@ |
#include "GrCaps.h" |
#include "Test.h" |
+using sk_gpu_test::GrContextFactory; |
+ |
DEF_GPUTEST(GrContextFactory_NVPRContextOptionHasPathRenderingSupport, reporter, /*factory*/) { |
// Test that if NVPR is requested, the context always has path rendering |
// or the context creation fails. |