| Index: tests/BitmapCopyTest.cpp
|
| diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp
|
| index fb38c7e46fae47dac429a59e3b910da818227e4d..717109dd2003e5746a84705958ec8cd031a1e2c6 100644
|
| --- a/tests/BitmapCopyTest.cpp
|
| +++ b/tests/BitmapCopyTest.cpp
|
| @@ -667,8 +667,8 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(BitmapCopy_Texture, reporter, ctxInfo) {
|
| const void* srcData = (kSkia8888_GrPixelConfig == desc.fConfig) ? kData : swizData;
|
|
|
| SkAutoTUnref<GrTexture> texture(
|
| - ctxInfo.fGrContext->textureProvider()->createTexture(desc, SkBudgeted::kNo, srcData,
|
| - 0));
|
| + ctxInfo.grContext()->textureProvider()->createTexture(desc, SkBudgeted::kNo,
|
| + srcData, 0));
|
|
|
| if (!texture) {
|
| continue;
|
|
|