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

Unified Diff: bench/ImageDecodeBench.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/ImageCacheBench.cpp ('k') | bench/ImageFilterDAGBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/ImageDecodeBench.cpp
diff --git a/bench/ImageDecodeBench.cpp b/bench/ImageDecodeBench.cpp
index a2ca0ecaec4b7f8946d75365d5b1735d5bb914b6..47993cfa7db424a78ad83a02f43f6ce10fecabfe 100644
--- a/bench/ImageDecodeBench.cpp
+++ b/bench/ImageDecodeBench.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkBenchmark.h"
+#include "Benchmark.h"
#include "SkBitmap.h"
#include "SkData.h"
#include "SkForceLinking.h"
@@ -18,7 +18,7 @@ __SK_FORCE_IMAGE_DECODER_LINKING;
class SkCanvas;
-class ImageDecodeBench : public SkBenchmark {
+class ImageDecodeBench : public Benchmark {
public:
ImageDecodeBench(void* p, const char* filename)
: fName("image_decode_")
@@ -85,7 +85,7 @@ private:
SkMemoryStream fStream;
bool fValid;
- typedef SkBenchmark INHERITED;
+ typedef Benchmark INHERITED;
};
// These are files which call decodePalette
« no previous file with comments | « bench/ImageCacheBench.cpp ('k') | bench/ImageFilterDAGBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698