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

Unified Diff: tools/skpdiff/SkImageDiffer.cpp

Issue 29103005: update skpdiff visualization (image magnification with alpha mask) (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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
Index: tools/skpdiff/SkImageDiffer.cpp
diff --git a/tools/skpdiff/SkImageDiffer.cpp b/tools/skpdiff/SkImageDiffer.cpp
index 8a5c3c71a2ea0c82fdf11b1bae685cbb399955a6..8c152fc05e67fb7b169d51ec1c12a8e1dc7b4f10 100644
--- a/tools/skpdiff/SkImageDiffer.cpp
+++ b/tools/skpdiff/SkImageDiffer.cpp
@@ -13,7 +13,8 @@
SkImageDiffer::SkImageDiffer()
- : fIsGood(true) {
+ : fIsGood(true),
+ fPOIAlphaMask(false) {
}

Powered by Google App Engine
This is Rietveld 408576698