From 1301bf3abfe355f9aadd53d5dbf04926013231ba Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Mon, 17 Mar 2014 23:09:47 +0000 Subject: add initial scraper for dashing BUG=skia: R=bsalomon@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/196603027 git-svn-id: http://skia.googlecode.com/svn/trunk@13843 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/utils/SkLua.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/utils/SkLua.h') 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); -- cgit v1.2.3