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

Unified Diff: experimental/skpdiff/SkImageDiffer.cpp

Issue 18176005: add point of interest API (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: constant zero buffer Created 7 years, 6 months 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 | « experimental/skpdiff/SkImageDiffer.h ('k') | experimental/skpdiff/SkPMetric.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/skpdiff/SkImageDiffer.cpp
diff --git a/experimental/skpdiff/SkImageDiffer.cpp b/experimental/skpdiff/SkImageDiffer.cpp
index 41be949ac6417f13a44d3339c1c42a4047224da8..8a5c3c71a2ea0c82fdf11b1bae685cbb399955a6 100644
--- a/experimental/skpdiff/SkImageDiffer.cpp
+++ b/experimental/skpdiff/SkImageDiffer.cpp
@@ -5,13 +5,10 @@
* found in the LICENSE file.
*/
-#include <cstring>
-
#include "SkBitmap.h"
#include "SkImageDecoder.h"
#include "SkImageDiffer.h"
-
#include "skpdiff_util.h"
« no previous file with comments | « experimental/skpdiff/SkImageDiffer.h ('k') | experimental/skpdiff/SkPMetric.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698