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

Unified Diff: bench/RecordingBench.h

Issue 2230323002: In recording benches, record to and from the same format. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | bench/RecordingBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/RecordingBench.h
diff --git a/bench/RecordingBench.h b/bench/RecordingBench.h
index a5793b3ac9f623f28432b01fb8a2a32f9f33da6f..8e0e12ee966f355ea77ff46b0d5f6b4f6ea0d304 100644
--- a/bench/RecordingBench.h
+++ b/bench/RecordingBench.h
@@ -10,6 +10,7 @@
#include "Benchmark.h"
#include "SkPicture.h"
+#include "SkLiteDL.h"
class RecordingBench : public Benchmark {
public:
@@ -24,8 +25,8 @@ protected:
private:
sk_sp<const SkPicture> fSrc;
SkString fName;
+ sk_sp<SkLiteDL> fDL;
bool fUseBBH;
- bool fLite;
typedef Benchmark INHERITED;
};
« no previous file with comments | « no previous file | bench/RecordingBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698