aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/DeferredCanvasBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/DeferredCanvasBench.cpp')
-rw-r--r--bench/DeferredCanvasBench.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bench/DeferredCanvasBench.cpp b/bench/DeferredCanvasBench.cpp
index 6ffd2d2327..667895c22f 100644
--- a/bench/DeferredCanvasBench.cpp
+++ b/bench/DeferredCanvasBench.cpp
@@ -4,12 +4,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "SkBenchmark.h"
+#include "Benchmark.h"
#include "SkDeferredCanvas.h"
#include "SkDevice.h"
#include "SkString.h"
-class DeferredCanvasBench : public SkBenchmark {
+class DeferredCanvasBench : public Benchmark {
public:
DeferredCanvasBench(const char name[]) {
fName.printf("deferred_canvas_%s", name);
@@ -46,7 +46,7 @@ protected:
SkString fName;
private:
- typedef SkBenchmark INHERITED;
+ typedef Benchmark INHERITED;
};
class SimpleNotificationClient : public SkDeferredCanvas::NotificationClient {