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

Unified Diff: tools/VisualBench/VisualBench.h

Issue 1298213002: Add skeleton json support to visualbench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: delete newline Created 5 years, 4 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
Index: tools/VisualBench/VisualBench.h
diff --git a/tools/VisualBench/VisualBench.h b/tools/VisualBench/VisualBench.h
index 9843693777099b433dd371a3a1c2affaf6fdd727..d16390f3609ed4c26828fed39c5b89a5790b5160 100644
--- a/tools/VisualBench/VisualBench.h
+++ b/tools/VisualBench/VisualBench.h
@@ -11,6 +11,7 @@
#include "SkWindow.h"
+#include "ResultsWriter.h"
#include "SkPicture.h"
#include "SkString.h"
#include "SkSurface.h"
@@ -106,6 +107,7 @@ private:
SkAutoTUnref<GrRenderTarget> fRenderTarget;
AttachmentInfo fAttachmentInfo;
SkAutoTUnref<const GrGLInterface> fInterface;
+ SkAutoTDelete<ResultsWriter> fLog;
borenet 2015/08/18 17:57:54 IMO something like "fResults" would be more descri
typedef SkOSWindow INHERITED;
};

Powered by Google App Engine
This is Rietveld 408576698