aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SkipZeroesBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SkipZeroesBench.cpp')
-rw-r--r--bench/SkipZeroesBench.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bench/SkipZeroesBench.cpp b/bench/SkipZeroesBench.cpp
index 46acb9f1b2..30d9377a5e 100644
--- a/bench/SkipZeroesBench.cpp
+++ b/bench/SkipZeroesBench.cpp
@@ -5,8 +5,8 @@
* found in the LICENSE file.
*/
+#include "Benchmark.h"
#include "Resources.h"
-#include "SkBenchmark.h"
#include "SkBitmap.h"
#include "SkData.h"
#include "SkForceLinking.h"
@@ -19,7 +19,7 @@ __SK_FORCE_IMAGE_DECODER_LINKING;
class SkCanvas;
-class SkipZeroesBench : public SkBenchmark {
+class SkipZeroesBench : public Benchmark {
public:
SkipZeroesBench(const char* filename, bool skipZeroes)
: fName("SkipZeroes_")
@@ -110,7 +110,7 @@ private:
bool fSkipZeroes;
bool fValid;
- typedef SkBenchmark INHERITED;
+ typedef Benchmark INHERITED;
};
// Enable the true version once the feature is checked in.