Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: include/core/SkCanvas.h

Issue 163683002: Store SkRRects in SkClipStack (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix typo in last upload Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/core/SkCanvas.h
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index ef2f0b98f4e986afc70d56d071b12471a6e1ae90..64a0b627d1d358d21474b4982196b4aa5e5b1500 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -990,6 +990,7 @@ public:
public:
virtual ~ClipVisitor();
virtual void clipRect(const SkRect&, SkRegion::Op, bool antialias) = 0;
+ virtual void clipRRect(const SkRRect&, SkRegion::Op, bool antialias) = 0;
virtual void clipPath(const SkPath&, SkRegion::Op, bool antialias) = 0;
};
« no previous file with comments | « gm/complexclip2.cpp ('k') | include/core/SkClipStack.h » ('j') | include/core/SkClipStack.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698