From 5cc25359c62c83c356c3a30572a05ac9647daa55 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Mon, 24 Feb 2014 18:59:48 +0000 Subject: Add getClipStack method to lua SkCanvas R=reed@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/177933003 git-svn-id: http://skia.googlecode.com/svn/trunk@13567 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/utils/SkLua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/utils/SkLua.h b/include/utils/SkLua.h index c6097464ef..f67502a2e8 100644 --- a/include/utils/SkLua.h +++ b/include/utils/SkLua.h @@ -15,6 +15,7 @@ struct lua_State; class SkCanvas; +class SkClipStack; class SkMatrix; class SkPaint; class SkPath; @@ -53,6 +54,7 @@ public: void pushPaint(const SkPaint&, const char tableKey[] = NULL); void pushPath(const SkPath&, const char tableKey[] = NULL); void pushCanvas(SkCanvas*, const char tableKey[] = NULL); + void pushClipStack(const SkClipStack&, const char tableKey[] = NULL); private: lua_State* fL; -- cgit v1.2.3