From 07f3ee10d34f09342abb93d758b5e151ff78f7a5 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 16 May 2011 17:21:57 +0000 Subject: use SkPath for GrPath, removing GrPathIter entirely http://codereview.appspot.com/4515071/ git-svn-id: http://skia.googlecode.com/svn/trunk@1335 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gpu/include/GrClipIterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpu/include/GrClipIterator.h') diff --git a/gpu/include/GrClipIterator.h b/gpu/include/GrClipIterator.h index 1fcbdd178a..f7f74a76b1 100644 --- a/gpu/include/GrClipIterator.h +++ b/gpu/include/GrClipIterator.h @@ -47,7 +47,7 @@ public: * Return the current path. It is an error to call this when isDone() is * true or when getType() is kRect_Type. */ - virtual GrPathIter* getPathIter() = 0; + virtual const GrPath* getPath() = 0; /** * Return the fill rule for the path. It is an error to call this when -- cgit v1.2.3