commit | 8059eb9f6e24ed609393fbda4ad71edea03ac258 | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Mon Dec 29 15:10:07 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 29 15:10:07 2014 -0800 |
tree | c9a8e1881739206f49a5319bf1077a5900b42db1 | |
parent | 4f662e62cd44e302ef689fabdb2c0ae8d9471b02 [diff] [blame] |
Move ViewMatrix off of drawstate BUG=skia: Review URL: https://codereview.chromium.org/815553003
diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h index ec73e4c..5a616e1 100644 --- a/src/gpu/GrInOrderDrawBuffer.h +++ b/src/gpu/GrInOrderDrawBuffer.h
@@ -202,6 +202,7 @@ const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE; void onDrawRect(GrDrawState*, GrColor, + const SkMatrix& viewMatrix, const SkRect& rect, const SkRect* localRect, const SkMatrix* localMatrix) SK_OVERRIDE;