aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include/GrClipIterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/include/GrClipIterator.h')
-rw-r--r--gpu/include/GrClipIterator.h2
1 files changed, 1 insertions, 1 deletions
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