| commit | 75b3c9633cb9a594dab0ccf51dab1e694c149a18 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 07 12:08:45 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 07 12:08:45 2012 +0000 |
| tree | ec4669cda6d54e286bf9b92f6495d733cfd58033 | |
| parent | 93b4375fd4d87d3502d14d5e6a98383993b2600c [diff] [blame] |
Move clientID into texture desc http://codereview.appspot.com/6305044/ git-svn-id: http://skia.googlecode.com/svn/trunk@4201 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h index 2f4d8c7..1acdba5 100644 --- a/src/gpu/GrClipMaskManager.h +++ b/src/gpu/GrClipMaskManager.h
@@ -251,8 +251,7 @@ void reset () { fLastClip.setEmpty(); - const GrTextureDesc desc = { kNone_GrTextureFlags, 0, 0, - kUnknown_GrPixelConfig, 0 }; + GrTextureDesc desc; fLastMask.set(NULL, desc); fLastBound.setEmpty();