summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/tools/skdiff_html.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/tools/skdiff_html.h')
-rw-r--r--chromium/third_party/skia/tools/skdiff_html.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/third_party/skia/tools/skdiff_html.h b/chromium/third_party/skia/tools/skdiff_html.h
new file mode 100644
index 00000000000..eefbebf2fd8
--- /dev/null
+++ b/chromium/third_party/skia/tools/skdiff_html.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef skdiff_html_DEFINED
+#define skdiff_html_DEFINED
+
+#include "skdiff.h"
+class SkString;
+
+void print_diff_page(const int matchCount,
+ const int colorThreshold,
+ const RecordArray& differences,
+ const SkString& baseDir,
+ const SkString& comparisonDir,
+ const SkString& outputDir);
+
+#endif