| Index: tools/VisualBench/VisualBenchmarkStream.h
|
| diff --git a/tools/VisualBench/VisualBenchmarkStream.h b/tools/VisualBench/VisualBenchmarkStream.h
|
| index 89ca632821490032d6904d30321c6077680b5a6d..27377464d411e569e03653cb5342d46ee6203ec0 100644
|
| --- a/tools/VisualBench/VisualBenchmarkStream.h
|
| +++ b/tools/VisualBench/VisualBenchmarkStream.h
|
| @@ -13,6 +13,7 @@
|
| #include "gm.h"
|
| #include "SkCommandLineFlags.h"
|
| #include "SkPicture.h"
|
| +#include "VisualFlags.h"
|
|
|
| DECLARE_string(match);
|
|
|
| @@ -22,7 +23,7 @@ public:
|
|
|
| static bool ReadPicture(const char* path, SkAutoTUnref<SkPicture>* pic);
|
|
|
| - Benchmark* next();
|
| + Benchmark* next(Configs::Config);
|
| Benchmark* current() { return fBenchmark.get(); }
|
|
|
| private:
|
|
|