| Index: tools/skpdiff/skpdiff_main.cpp
|
| diff --git a/tools/skpdiff/skpdiff_main.cpp b/tools/skpdiff/skpdiff_main.cpp
|
| index 55640f7f0ade5f7c58930fa73845b68af52e8496..d6bddf39b6e9f387d4cedf33f952f850fa4e98e1 100644
|
| --- a/tools/skpdiff/skpdiff_main.cpp
|
| +++ b/tools/skpdiff/skpdiff_main.cpp
|
| @@ -189,6 +189,8 @@ int tool_main(int argc, char * argv[]) {
|
| SkDiffContext ctx;
|
| ctx.setDiffers(chosenDiffers);
|
|
|
| + ctx.setDifferenceDir(SkString("pdiff_alpha"));
|
| +
|
| if (FLAGS_threads >= 0) {
|
| ctx.setThreadCount(FLAGS_threads);
|
| }
|
|
|