aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkRRect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h
index ac2b7a2810..b09d27ac20 100644
--- a/include/core/SkRRect.h
+++ b/include/core/SkRRect.h
@@ -220,6 +220,7 @@ public:
*/
bool contains(SkScalar x, SkScalar y) const;
+#if 0
void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
void inset(SkScalar dx, SkScalar dy) {
this->inset(dx, dy, this);
@@ -230,6 +231,7 @@ public:
void outset(SkScalar dx, SkScalar dy) {
this->inset(-dx, -dy, this);
}
+#endif
SkDEBUGCODE(void validate() const;)