aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SKPBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SKPBench.h')
-rw-r--r--bench/SKPBench.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/SKPBench.h b/bench/SKPBench.h
index 9cc9192820..0b0e008d63 100644
--- a/bench/SKPBench.h
+++ b/bench/SKPBench.h
@@ -21,6 +21,7 @@ public:
protected:
virtual const char* onGetName() SK_OVERRIDE;
+ virtual const char* onGetUniqueName() SK_OVERRIDE;
virtual bool isSuitableFor(Backend backend) SK_OVERRIDE;
virtual void onDraw(const int loops, SkCanvas* canvas) SK_OVERRIDE;
virtual SkIPoint onGetSize() SK_OVERRIDE;
@@ -30,6 +31,7 @@ private:
const SkIRect fClip;
const SkScalar fScale;
SkString fName;
+ SkString fUniqueName;
typedef Benchmark INHERITED;
};