| commit | d92cf2ebbfbb9d737ea4a551e64ffccb08376875 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 19 18:13:02 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 19 18:13:02 2013 +0000 |
| tree | 2fc8779ab6ebaedd66e1bdd0b80d0ad05e516fc5 | |
| parent | 05b7bef01d42c727f5b2b065da7acc1ba75f1d3e [diff] [blame] |
Fix texture allocation in SWMaskHelper https://codereview.chromium.org/19789006/ git-svn-id: http://skia.googlecode.com/svn/trunk@10197 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp index c4d8318..9564a50 100644 --- a/src/gpu/GrGpu.cpp +++ b/src/gpu/GrGpu.cpp
@@ -211,6 +211,7 @@ art.set(this->drawState(), renderTarget); } if (NULL == this->getDrawState().getRenderTarget()) { + GrAssert(0); return; } this->handleDirtyContext();