aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/SkLua.h')
-rw-r--r--include/utils/SkLua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/SkLua.h b/include/utils/SkLua.h
index 2f29343d59..9a1ebfdebb 100644
--- a/include/utils/SkLua.h
+++ b/include/utils/SkLua.h
@@ -45,6 +45,7 @@ public:
void pushString(const char[], size_t len, const char tableKey[] = NULL);
void pushString(const SkString&, const char tableKey[] = NULL);
void pushArrayU16(const uint16_t[], int count, const char tableKey[] = NULL);
+ void pushArrayPoint(const SkPoint[], int count, const char key[] = NULL);
void pushColor(SkColor, const char tableKey[] = NULL);
void pushU32(uint32_t, const char tableKey[] = NULL);
void pushScalar(SkScalar, const char tableKey[] = NULL);