| Index: tests/PremulAlphaRoundTripTest.cpp
|
| diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp
|
| index af041ce9c248d37439a4e870de06d259d72ca937..d232697553babdc3332368e02ecee6a10d3de7de 100644
|
| --- a/tests/PremulAlphaRoundTripTest.cpp
|
| +++ b/tests/PremulAlphaRoundTripTest.cpp
|
| @@ -86,7 +86,7 @@ DEF_GPUTEST(PremulAlphaRoundTrip, reporter, factory) {
|
| if (!GrContextFactory::IsRenderingGLContext(type)) {
|
| continue;
|
| }
|
| - GrContext* context = factory->get(type);
|
| + GrContext* context = factory->get(type, kNone_GrGLStandard);
|
| if (NULL == context) {
|
| continue;
|
| }
|
|
|