Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: tools/skpdiff/SkImageDiffer.cpp

Issue 64423004: fix broken build on mac due to compiler warning (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/skpdiff/SkImageDiffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « tools/skpdiff/SkImageDiffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698