Chromium Code Reviews| Index: include/utils/SkLua.h |
| diff --git a/include/utils/SkLua.h b/include/utils/SkLua.h |
| index 2f29343d595c4f863245ad0591e84297e058dddf..7ce670f2f6087c19f2f441b37e71860af695fbd2 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 pushArray(const SkPoint[], int count, const char key[] = NULL); |
|
bsalomon
2014/03/17 21:10:52
pushArrayPoint?
|
| void pushColor(SkColor, const char tableKey[] = NULL); |
| void pushU32(uint32_t, const char tableKey[] = NULL); |
| void pushScalar(SkScalar, const char tableKey[] = NULL); |