| commit | 641f8b19a6799b6d73ac17b9c2d2f8a5e6f5ad4d | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 31 19:15:58 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 31 19:15:58 2012 +0000 |
| tree | 0c916a12d18cc86343d601811a34229898a8c7f7 | |
| parent | 4b2af9c91d39c2176a32e7ba42a0276dca68034a [diff] [blame] |
Replace GrClip with SkClipStack http://codereview.appspot.com/6449070/ git-svn-id: http://skia.googlecode.com/svn/trunk@4865 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 2f05458..d6ac363 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h
@@ -710,7 +710,7 @@ GrContext* fContext; const GrClipData* fOldClip; - GrClip fNewClipStack; + SkClipStack fNewClipStack; GrClipData fNewClipData; };