| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index f65c8408991c1dbfa9a4ef752c572da1239fe024..cf36cfa9ee77e5602ec96d9b7d466bc5ae875afa 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -785,7 +785,7 @@ static void test_gpu_veto(skiatest::Reporter* reporter) {
|
| static void test_gpu_picture_optimization(skiatest::Reporter* reporter,
|
| GrContextFactory* factory) {
|
|
|
| - GrContext* context = factory->get(GrContextFactory::kNative_GLContextType);
|
| + GrContext* context = factory->get(GrContextFactory::kNative_GLContextType, kNone_GrGLStandard);
|
|
|
| static const int kWidth = 100;
|
| static const int kHeight = 100;
|
|
|