aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/CoverageBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/CoverageBench.cpp')
-rw-r--r--bench/CoverageBench.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bench/CoverageBench.cpp b/bench/CoverageBench.cpp
index 0631c179ac..ecb0ee6fa7 100644
--- a/bench/CoverageBench.cpp
+++ b/bench/CoverageBench.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkBenchmark.h"
+#include "Benchmark.h"
#include "SkBitmap.h"
#include "SkCanvas.h"
#include "SkColorPriv.h"
@@ -14,7 +14,7 @@
#include "SkPath.h"
#include "SkRasterClip.h"
-class DrawPathBench : public SkBenchmark {
+class DrawPathBench : public Benchmark {
SkPaint fPaint;
SkString fName;
SkPath fPath;
@@ -61,7 +61,7 @@ protected:
}
private:
- typedef SkBenchmark INHERITED;
+ typedef Benchmark INHERITED;
};
///////////////////////////////////////////////////////////////////////////////