| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 330a2fc420e0b1bfc1fa0916bd86350bdd47f4a9..075d4d8af49f337e32c6abc6fe1f855ee07ea673 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -658,7 +658,7 @@ GrTexture* create_mask_GPU(GrContext* context,
|
| GrContext::AutoRenderTarget art(context, mask->asRenderTarget());
|
| GrContext::AutoClip ac(context, clipRect);
|
|
|
| - context->clear(NULL, 0x0, true);
|
| + context->clear(NULL, 0x0, true, mask->asRenderTarget());
|
|
|
| GrPaint tempPaint;
|
| if (doAA) {
|
|
|