Chromium Code Reviews| Index: bench/TimerData.h |
| diff --git a/bench/TimerData.h b/bench/TimerData.h |
| index ed0ee473c18133e4f6a5372bccad48c0caa475f1..50539c7522c52cb302a03a2a352ed7b57c4b9201 100644 |
| --- a/bench/TimerData.h |
| +++ b/bench/TimerData.h |
| @@ -9,6 +9,7 @@ |
| #ifndef TimerData_DEFINED |
| #define TimerData_DEFINED |
| +#include "SkJSONCPP.h" |
| #include "SkString.h" |
| #include "SkTemplates.h" |
| @@ -58,6 +59,9 @@ public: |
| const char* configName, |
| uint32_t timerFlags, |
| int itersPerTiming = 1); |
| + Json::Value getJSON(uint32_t timerFlags, |
| + Result result, |
| + int itersPerTiming = 1); |
| private: |
| int fMaxNumTimings; |