| Index: tests/GpuColorFilterTest.cpp
|
| diff --git a/tests/GpuColorFilterTest.cpp b/tests/GpuColorFilterTest.cpp
|
| index 9ba943193974b86dfaf7bb6eb53db0b7f1c10399..6dfea05802b198a91528d665a8146562038a59a3 100644
|
| --- a/tests/GpuColorFilterTest.cpp
|
| +++ b/tests/GpuColorFilterTest.cpp
|
| @@ -112,7 +112,7 @@ DEF_GPUTEST(GpuColorFilter, reporter, factory) {
|
| for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
|
| GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
|
|
|
| - GrContext* grContext = factory->get(glType);
|
| + GrContext* grContext = factory->get(glType, kNone_GrGLStandard);
|
| if (NULL == grContext) {
|
| continue;
|
| }
|
|
|