| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index 8844f1ac838a887ce2a437b49e55cd7f6abc70e0..2174b8569f8860ad8b7f52d738288f51ca7abb4f 100644
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -423,8 +423,7 @@
|
| }
|
| SkAutoTUnref<GrTexture> temp;
|
| if (tempDrawInfo.fUseExactScratch) {
|
| - temp.reset(this->textureProvider()->createTexture(tempDrawInfo.fTempSurfaceDesc,
|
| - SkBudgeted::kYes));
|
| + temp.reset(this->textureProvider()->createTexture(tempDrawInfo.fTempSurfaceDesc, true));
|
| } else {
|
| temp.reset(this->textureProvider()->createApproxTexture(tempDrawInfo.fTempSurfaceDesc));
|
| }
|
|
|