aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRSXform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkRSXform.h')
-rw-r--r--include/core/SkRSXform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkRSXform.h b/include/core/SkRSXform.h
index b11dea7723..706617e313 100644
--- a/include/core/SkRSXform.h
+++ b/include/core/SkRSXform.h
@@ -62,7 +62,6 @@ struct SkRSXform {
void toQuad(const SkSize& size, SkPoint quad[4]) const {
this->toQuad(size.width(), size.height(), quad);
}
- void toTriStrip(SkScalar width, SkScalar height, SkPoint strip[4]) const;
};
#endif