Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: tools/lua/skia.lua

Issue 15737010: add dumpops.lua as a sample scraper that just dumps the arguments (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/lua/scrape.lua ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lua/skia.lua
diff --git a/tools/lua/skia.lua b/tools/lua/skia.lua
index 88c322329916fda8f4f484e579524d08078dc70f..fe738d188009974e574645730a8d7e8b847bff01 100644
--- a/tools/lua/skia.lua
+++ b/tools/lua/skia.lua
@@ -1,3 +1,5 @@
+-- Experimental helpers for skia --
+
Sk = {}
function Sk.isFinite(x)
@@ -78,4 +80,3 @@ function Sk.Rect:inset(dx, dy)
end
-------------------------------------------------------------------------------
-
« no previous file with comments | « tools/lua/scrape.lua ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698