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

Unified Diff: tools/skpdiff/SkImageDiffer.h

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 | « no previous file | tools/skpdiff/SkImageDiffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skpdiff/SkImageDiffer.h
diff --git a/tools/skpdiff/SkImageDiffer.h b/tools/skpdiff/SkImageDiffer.h
index 3b50d5775d2e8f23bbcfd0acab0fd9ddf73a9c3a..2c1fa7e78853cdb3b15f7f97c79ce1719db45632 100644
--- a/tools/skpdiff/SkImageDiffer.h
+++ b/tools/skpdiff/SkImageDiffer.h
@@ -19,8 +19,8 @@ public:
SkImageDiffer();
virtual ~SkImageDiffer();
- static const double RESULT_CORRECT = 1.0f;
- static const double RESULT_INCORRECT = 0.0f;
+ static const double RESULT_CORRECT;
+ static const double RESULT_INCORRECT;
/**
* Gets a unique and descriptive name of this differ
« no previous file with comments | « no previous file | tools/skpdiff/SkImageDiffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698