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

Unified Diff: tools/lua/find_rotated_bitmaps.lua

Issue 18071007: add newline to bitmap rotation script output (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lua/find_rotated_bitmaps.lua
diff --git a/tools/lua/find_rotated_bitmaps.lua b/tools/lua/find_rotated_bitmaps.lua
index 9886e21308ba8cb22cfe6d0ebd49e6d8e5dcf10c..bb5dc7202c7c48fdd224a27660e02df8e431906a 100644
--- a/tools/lua/find_rotated_bitmaps.lua
+++ b/tools/lua/find_rotated_bitmaps.lua
@@ -66,6 +66,7 @@ function sk_scrape_summarize()
", translated = ", num_translated_bitmaps,
", scaled = ", num_scaled_bitmaps,
", affine = ", num_affine_bitmaps,
- ", perspective = ", num_perspective_bitmaps)
+ ", perspective = ", num_perspective_bitmaps,
+ "\n")
end
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698