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

Unified Diff: include/core/SkCanvas.h

Issue 2380163002: Remove soft clip bool from SkCanvas (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkCanvas.h
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 7bf84c978fed4aa0d549c4c29ab94b3f19084aa6..dc4289d36fd210e76eaeac4c0daca5b9ea57a7dd 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -536,14 +536,6 @@ public:
}
/** EXPERIMENTAL -- only used for testing
- Set to false to force clips to be hard, even if doAntiAlias=true is
- passed to clipRect or clipPath.
- */
- void setAllowSoftClip(bool allow) {
- fAllowSoftClip = allow;
- }
-
- /** EXPERIMENTAL -- only used for testing
Set to simplify clip stack using path ops.
*/
void setAllowSimplifyClip(bool allow) {
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698