PTAL
http://codereview.appspot.com/5972064/diff/1/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): http://codereview.appspot.com/5972064/diff/1/src/gpu/SkGpuDevice.cpp#newcode756 src/gpu/SkGpuDevice.cpp:756: GrPaint* grp, bool doFill) { Would it be cleaner if this function just took a GrPathFill? We might not have to add the bool param to skToGrFillType.
Done.
On 2012/04/04 20:53:39, junov1 wrote: > Done. LGTM
fixed with r3607