commit | 570d2f81a65fc868d6300a7edf34c0d5d048c5d6 | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Wed Feb 25 13:19:48 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 25 13:19:48 2015 -0800 |
tree | 1e0801033607b4245ab407d05fb42dc07e037fb0 | |
parent | 2907059d0eb1972a300ea1bf0cd4e4febabb9784 [diff] [blame] |
I'd really like to land this before the branch so speedy reviews are appreciated. BUG=skia: Committed: https://skia.googlesource.com/skia/+/586d5d640b19860dfbbd903a5188da1bbbe87336 Review URL: https://codereview.chromium.org/936943002
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h index a6cc4ef..8dafcfc 100644 --- a/src/gpu/SkGpuDevice.h +++ b/src/gpu/SkGpuDevice.h
@@ -137,7 +137,7 @@ GrSkDrawProcs* fDrawProcs; SkAutoTUnref<const SkClipStack> fClipStack; SkIPoint fClipOrigin; - GrClip fClipData; + GrClip fClip; GrTextContext* fTextContext; SkSurfaceProps fSurfaceProps; GrRenderTarget* fRenderTarget;