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

Unified Diff: include/private/GrAuditTrail.h

Issue 1704133002: fix comma in GrAuditTrail json (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | src/gpu/GrAuditTrail.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/private/GrAuditTrail.h
diff --git a/include/private/GrAuditTrail.h b/include/private/GrAuditTrail.h
index 67eecadf6741b4d081c3d52ba3c690bbc1a2083e..21236566b9b19045b48d7bf4f80a42dad9303021 100644
--- a/include/private/GrAuditTrail.h
+++ b/include/private/GrAuditTrail.h
@@ -92,7 +92,8 @@ private:
SkRect fBounds;
};
- static void JsonifyTArray(SkString* json, const char* name, const FrameArray& array);
+ static void JsonifyTArray(SkString* json, const char* name, const FrameArray& array,
+ bool addComma);
FrameArray fFrames;
SkTArray<Frame*> fStack;
« no previous file with comments | « no previous file | src/gpu/GrAuditTrail.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698