aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RecordingBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/RecordingBench.h')
-rw-r--r--bench/RecordingBench.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/RecordingBench.h b/bench/RecordingBench.h
index a5793b3ac9..8e0e12ee96 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;
};