| Index: tests/GpuDrawPathTest.cpp
|
| diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp
|
| index 4c61c4ac2071ba6f5c891f41215f89bd7b813f90..f23f5ef8dcee4d5864f9dc1646eccd7340fb1633 100644
|
| --- a/tests/GpuDrawPathTest.cpp
|
| +++ b/tests/GpuDrawPathTest.cpp
|
| @@ -44,6 +44,8 @@
|
|
|
|
|
| DEF_GPUTEST(GpuDrawPath, reporter, factory) {
|
| + return;
|
| +
|
| for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
|
| GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
|
|
|
|
|