| commit | f02fe3d4fec9120da009c941d14af66980911a4e | [log] [tgz] |
|---|---|---|
| author | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 21 12:20:39 2013 +0000 |
| committer | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 21 12:20:39 2013 +0000 |
| tree | 632d25cd46eb28bace4c428663caaca87df809e8 | |
| parent | 3e50e99fe7e6d5dbc3f3f834c8c312474d3ad057 [diff] [blame] |
support SkCanvas as a real lua object git-svn-id: http://skia.googlecode.com/svn/trunk@9208 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/utils/SkLuaCanvas.h b/include/utils/SkLuaCanvas.h index b37c38e..e41e58c 100644 --- a/include/utils/SkLuaCanvas.h +++ b/include/utils/SkLuaCanvas.h
@@ -15,6 +15,8 @@ class SkLuaCanvas : public SkCanvas { public: + void pushThis(); + SkLuaCanvas(int width, int height, lua_State*, const char function[]); virtual ~SkLuaCanvas();