72c9faab45
This fixes every case where virtual and SK_OVERRIDE were on the same line, which should be the bulk of cases. We'll have to manually clean up the rest over time unless I level up in regexes. for f in (find . -type f); perl -p -i -e 's/virtual (.*)SK_OVERRIDE/\1SK_OVERRIDE/g' $f; end BUG=skia: Review URL: https://codereview.chromium.org/806653007 |
||
---|---|---|
.. | ||
diff_viewer.js | ||
generate_pmetric_tables.py | ||
README | ||
SkCLImageDiffer.cpp | ||
SkCLImageDiffer.h | ||
SkDiffContext.cpp | ||
SkDiffContext.h | ||
SkDifferentPixelsMetric_cpu.cpp | ||
SkDifferentPixelsMetric_opencl.cpp | ||
SkDifferentPixelsMetric.h | ||
SkImageDiffer.cpp | ||
SkImageDiffer.h | ||
skpdiff_main.cpp | ||
skpdiff_server.py | ||
skpdiff_util.cpp | ||
skpdiff_util.h | ||
SkPMetric.cpp | ||
SkPMetric.h | ||
SkPMetricUtil_generated.h | ||
viewer_style.css | ||
viewer.html |
Some example invocations: Note how the asterisks are not expanded inside the shell because of the quotes out/Debug/skpdiff -p \ "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \ "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png" out/Debug/skpdiff --differs different_pixels -f \ "/usr/local/google/home/zachr/Downloads/diffs/baseline" \ "/usr/local/google/home/zachr/Downloads/diffs/test"