| Index: tests/GrContextFactoryTest.cpp
|
| diff --git a/tests/GrContextFactoryTest.cpp b/tests/GrContextFactoryTest.cpp
|
| index 7dc02a56e6b25e24035bebf5b185d529b013faa1..0ba809524b6ea5ce2e04a5f66ef3f62d7e2f84a9 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.
|
|
|