commit | a95959c3fb4c502b45bc78f15b65cda1f21620e6 | [log] [tgz] |
---|---|---|
author | zachr@google.com <zachr@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jul 08 15:04:45 2013 +0000 |
committer | zachr@google.com <zachr@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jul 08 15:04:45 2013 +0000 |
tree | aba2ba3fa67f841157b7cc3acce219db9ad78f60 | |
parent | 293f01939ccb3a97ce3c3e907829fa3a11b78fa0 [diff] [blame] |
add JSONP option to output of skpdiff R=bsalomon@google.com Review URL: https://codereview.chromium.org/18648002 git-svn-id: http://skia.googlecode.com/svn/trunk@9907 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/skpdiff/SkDiffContext.h b/experimental/skpdiff/SkDiffContext.h index 545b515..141da09 100644 --- a/experimental/skpdiff/SkDiffContext.h +++ b/experimental/skpdiff/SkDiffContext.h
@@ -85,9 +85,10 @@ * ] * } * - * @param stream The stream to output the diff to + * @param stream The stream to output the diff to + * @param useJSONP True to adding padding to the JSON output to make it cross-site requestable. */ - void outputRecords(SkWStream& stream); + void outputRecords(SkWStream& stream, bool useJSONP); private: struct DiffData {