| Index: tests/ReadWriteAlphaTest.cpp
|
| diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp
|
| index 3f9ff1b480ee5a923ec616375f769de67b58ec2e..6ae77d04118c256ad5e16854bf630027cbfe901f 100644
|
| --- a/tests/ReadWriteAlphaTest.cpp
|
| +++ b/tests/ReadWriteAlphaTest.cpp
|
| @@ -41,7 +41,7 @@ DEF_GPUTEST(ReadWriteAlpha, reporter, factory) {
|
| desc.fHeight = Y_SIZE;
|
|
|
| // We are initializing the texture with zeros here
|
| - GrTexture* texture = context->createTexture(desc, false, textureData, 0);
|
| + GrTexture* texture = context->textureProvider()->createTexture(desc, false, textureData, 0);
|
| if (!texture) {
|
| return;
|
| }
|
|
|