| Index: tools/skpdiff/SkImageDiffer.cpp
|
| diff --git a/tools/skpdiff/SkImageDiffer.cpp b/tools/skpdiff/SkImageDiffer.cpp
|
| index 8a5c3c71a2ea0c82fdf11b1bae685cbb399955a6..40a34da6b13443f6dbebca48887bba1f9cec63ab 100644
|
| --- a/tools/skpdiff/SkImageDiffer.cpp
|
| +++ b/tools/skpdiff/SkImageDiffer.cpp
|
| @@ -11,6 +11,8 @@
|
| #include "SkImageDiffer.h"
|
| #include "skpdiff_util.h"
|
|
|
| +const double SkImageDiffer::RESULT_CORRECT = 1.0f;
|
| +const double SkImageDiffer::RESULT_INCORRECT = 0.0f;
|
|
|
| SkImageDiffer::SkImageDiffer()
|
| : fIsGood(true) {
|
|
|