| Index: tools/render_pictures_main.cpp
|
| diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp
|
| index f06cfeb1481d490be3a3b057fdd401dfab489ddc..4a7e708c134de2bdc88412f0bc6ddda7f1216c69 100644
|
| --- a/tools/render_pictures_main.cpp
|
| +++ b/tools/render_pictures_main.cpp
|
| @@ -149,6 +149,8 @@ static bool render_picture(const SkString& inputPath, const SkString* outputDir,
|
| return false;
|
| }
|
|
|
| + SkDebugf("deserializing... %s\n", inputPath.c_str());
|
| +
|
| bool success = false;
|
| SkPicture* picture;
|
| if (FLAGS_deferImageDecoding) {
|
|
|