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

Unified Diff: tools/skpdiff/SkImageDiffer.cpp

Issue 1502173003: When was SkPDiff last used? (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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') | tools/skpdiff/SkPMetric.h » ('j') | 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
deleted file mode 100644
index 2ceba6d80e6ac0036ff79773f0ad23779b42a1fc..0000000000000000000000000000000000000000
--- a/tools/skpdiff/SkImageDiffer.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright 2013 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "SkImageDiffer.h"
-
-const double SkImageDiffer::RESULT_CORRECT = 1.0f;
-const double SkImageDiffer::RESULT_INCORRECT = 0.0f;
-
-SkImageDiffer::SkImageDiffer() {
-
-}
-
-SkImageDiffer::~SkImageDiffer() {
-
-}
« no previous file with comments | « tools/skpdiff/SkImageDiffer.h ('k') | tools/skpdiff/SkPMetric.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698