Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(880)

Unified Diff: bench/RectanizerBench.cpp

Issue 347823004: Remove Sk prefix from some bench classes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkGMBench -> GMBench Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/RectBench.cpp ('k') | bench/RectoriBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/RectanizerBench.cpp
diff --git a/bench/RectanizerBench.cpp b/bench/RectanizerBench.cpp
index 99f10c00147e808f81b2be124a68a250edabdaac..286b681d38644659ffedbba75074d5f1f64bb00d 100644
--- a/bench/RectanizerBench.cpp
+++ b/bench/RectanizerBench.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkBenchmark.h"
+#include "Benchmark.h"
#include "SkRandom.h"
#include "SkSize.h"
#include "SkTDArray.h"
@@ -25,7 +25,7 @@
* random power of two rects
* small constant sized power of 2 rects (e.g., glyph cache use case)
*/
-class RectanizerBench : public SkBenchmark {
+class RectanizerBench : public Benchmark {
public:
static const int kWidth = 1024;
static const int kHeight = 1024;
@@ -117,7 +117,7 @@ private:
RectType fRectType;
SkAutoTDelete<GrRectanizer> fRectanizer;
- typedef SkBenchmark INHERITED;
+ typedef Benchmark INHERITED;
};
//////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « bench/RectBench.cpp ('k') | bench/RectoriBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698