From 045e62d715f5ee9b03deb5af3c750f8318096179 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 24 Oct 2011 12:19:46 +0000 Subject: enable soft clipping (yikes) git-svn-id: http://skia.googlecode.com/svn/trunk@2515 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkDraw.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/core/SkDraw.h') diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h index eb8724711c..2ea0740590 100644 --- a/include/core/SkDraw.h +++ b/include/core/SkDraw.h @@ -23,6 +23,7 @@ class SkClipStack; class SkDevice; class SkPath; class SkRegion; +class SkRasterClip; struct SkDrawProcs; class SkDraw { @@ -105,7 +106,8 @@ private: public: const SkBitmap* fBitmap; // required const SkMatrix* fMatrix; // required - const SkRegion* fClip; // required + const SkRegion* fClip; // DEPRECATED + const SkRasterClip* fRC; // required const SkClipStack* fClipStack; // optional SkDevice* fDevice; // optional -- cgit v1.2.3