| Index: tools/bench_pictures_main.cpp
|
| diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp
|
| index c267c4cb9ba0f05598b8fdee8cc7259bc5b9071f..fe12e50a39bac6cc0448bcfdaf67201b0cf0adb1 100644
|
| --- a/tools/bench_pictures_main.cpp
|
| +++ b/tools/bench_pictures_main.cpp
|
| @@ -6,6 +6,7 @@
|
| */
|
|
|
| #include "BenchTimer.h"
|
| +#include "CrashHandler.h"
|
| #include "CopyTilesRenderer.h"
|
| #include "LazyDecodeBitmap.h"
|
| #include "PictureBenchmark.h"
|
| @@ -393,6 +394,7 @@ static int process_input(const char* input,
|
|
|
| int tool_main(int argc, char** argv);
|
| int tool_main(int argc, char** argv) {
|
| + SetupCrashHandler();
|
| SkString usage;
|
| usage.printf("Time drawing .skp files.\n"
|
| "\tPossible arguments for --filter: [%s]\n\t\t[%s]",
|
|
|