| Index: bench/CoverageBench.cpp
|
| diff --git a/bench/CoverageBench.cpp b/bench/CoverageBench.cpp
|
| index 0631c179acd35d9d14c98636780d8128323716e4..ecb0ee6fa7c7bf278ae18ad4f73a0ab31e009ac5 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;
|
| };
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|