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

Unified Diff: tools/skpdiff/SkPMetric.h

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.cpp ('k') | tools/skpdiff/SkPMetric.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skpdiff/SkPMetric.h
diff --git a/tools/skpdiff/SkPMetric.h b/tools/skpdiff/SkPMetric.h
deleted file mode 100644
index 0448708980170b36ac25937bebd8de5ef686f187..0000000000000000000000000000000000000000
--- a/tools/skpdiff/SkPMetric.h
+++ /dev/null
@@ -1,30 +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.
- */
-
-#ifndef SkPMetric_DEFINED
-#define SkPMetric_DEFINED
-
-#include "SkTArray.h"
-#include "SkTDArray.h"
-
-#include "SkImageDiffer.h"
-
-/**
- * An image differ that uses the pdiff image metric to compare images.
- */
-class SkPMetric : public SkImageDiffer {
-public:
- const char* getName() const override { return "perceptual"; }
- virtual bool diff(SkBitmap* baseline, SkBitmap* test, const BitmapsToCreate& bitmapsToCreate,
- Result* result) const override;
-
-private:
- typedef SkImageDiffer INHERITED;
-};
-
-
-#endif
« no previous file with comments | « tools/skpdiff/SkImageDiffer.cpp ('k') | tools/skpdiff/SkPMetric.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698