Chromium Code Reviews| Index: src/gpu/SkGpuDevice.h |
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
| index cd2dcdc71c4a830e7135b9797eb4378b75100a02..05cbe6d011c43fa49efd96eedf405d000c4d555e 100644 |
| --- a/src/gpu/SkGpuDevice.h |
| +++ b/src/gpu/SkGpuDevice.h |
| @@ -135,7 +135,9 @@ protected: |
| private: |
| GrContext* fContext; |
| GrSkDrawProcs* fDrawProcs; |
| - GrClipData fClipData; |
| + SkAutoTUnref<const SkClipStack> fClipStack; |
|
bsalomon
2015/02/23 19:31:30
alignment
|
| + SkIPoint fClipOrigin; |
| + GrClip fClipData; |
| GrTextContext* fTextContext; |
| SkSurfaceProps fSurfaceProps; |
| GrRenderTarget* fRenderTarget; |