| Index: tools/PictureBenchmark.cpp
|
| diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp
|
| index 85a49f4e5e748c7c66cb0ab5100e0a8924ea23ac..70ce180dac9761a8c4e1aedc96fbd9b5c32556de 100644
|
| --- a/tools/PictureBenchmark.cpp
|
| +++ b/tools/PictureBenchmark.cpp
|
| @@ -173,7 +173,7 @@ void PictureBenchmark::run(SkPicture* pict) {
|
| SkAssertResult(longRunningTimerData.appendTimes(longRunningTimer.get()));
|
| }
|
|
|
| - fWriter->tileConfig(tiledRenderer->getConfigName());
|
| + fWriter->logRenderer(tiledRenderer);
|
| fWriter->tileMeta(x, y, xTiles, yTiles);
|
|
|
| // TODO(borenet): Turn off per-iteration tile time reporting for now.
|
| @@ -236,7 +236,7 @@ void PictureBenchmark::run(SkPicture* pict) {
|
| SkAssertResult(longRunningTimerData.appendTimes(longRunningTimer.get()));
|
| }
|
|
|
| - fWriter->tileConfig(fRenderer->getConfigName());
|
| + fWriter->logRenderer(fRenderer);
|
| if (fPurgeDecodedTex) {
|
| fWriter->addTileFlag(PictureResultsWriter::kPurging);
|
| }
|
|
|