aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDraw.h
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-11-24 12:41:00 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-24 12:41:01 -0800
commit11a7f7f5998cb3d5605741e37a7f12f7477d480c (patch)
tree5f4fa12c232a7ac364084625b672e7a447546858 /include/core/SkDraw.h
parentff2103200bad7abcf8929ae22ac78a9f4f725142 (diff)
Remove SkDrawProcs
TBR=reed@google.com Review URL: https://codereview.chromium.org/1476563002
Diffstat (limited to 'include/core/SkDraw.h')
-rw-r--r--include/core/SkDraw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
index c6e8bcdd42..b8cf8027dd 100644
--- a/include/core/SkDraw.h
+++ b/include/core/SkDraw.h
@@ -147,7 +147,6 @@ public:
const SkClipStack* fClipStack; // optional
SkBaseDevice* fDevice; // optional
- SkDrawProcs* fProcs; // optional
#ifdef SK_DEBUG
void validate() const;