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

Unified Diff: tools/PictureBenchmark.h

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 | « gyp/tools.gyp ('k') | tools/PictureResultsWriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/PictureBenchmark.h
diff --git a/tools/PictureBenchmark.h b/tools/PictureBenchmark.h
index 3ec3c6691c6c02fd3ba31d87b0cf94c73f3a5a16..142d52685e0e8b161b1de470786ac54b82cd41eb 100644
--- a/tools/PictureBenchmark.h
+++ b/tools/PictureBenchmark.h
@@ -8,15 +8,13 @@
#ifndef PictureBenchmark_DEFINED
#define PictureBenchmark_DEFINED
-#include "SkTypes.h"
#include "PictureRenderer.h"
-#include "TimerData.h"
#include "PictureResultsWriter.h"
+#include "SkTypes.h"
+#include "TimerData.h"
class BenchTimer;
-class SkBenchLogger;
class SkPicture;
-class SkString;
namespace sk_tools {
« no previous file with comments | « gyp/tools.gyp ('k') | tools/PictureResultsWriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698