aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-09-29 13:53:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-29 13:53:49 -0700
commit872b4c8cef7cfa67fa7a95be15f279d07cc06ff6 (patch)
treeab4ee6edc6d2b9be782e8cddb5d398e5343aad13 /include
parent95e8d0a4ae3c755fd9ffbd0c276fc657999fecee (diff)
Remove soft clip bool from SkCanvas
Diffstat (limited to 'include')
-rw-r--r--include/core/SkCanvas.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 7bf84c978f..dc4289d36f 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) {