Index: tools/PictureBenchmark.h |
diff --git a/tools/PictureBenchmark.h b/tools/PictureBenchmark.h |
index 142d52685e0e8b161b1de470786ac54b82cd41eb..1ddd18ea16358634a19c31fd625983402d976082 100644 |
--- a/tools/PictureBenchmark.h |
+++ b/tools/PictureBenchmark.h |
@@ -13,8 +13,8 @@ |
#include "SkTypes.h" |
#include "TimerData.h" |
-class BenchTimer; |
class SkPicture; |
+class Timer; |
namespace sk_tools { |
@@ -67,7 +67,7 @@ private: |
PictureResultsWriter* fWriter; |
- BenchTimer* setupTimer(bool useGLTimer = true); |
+ Timer* setupTimer(bool useGLTimer = true); |
}; |
} |