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

Unified Diff: include/core/SkFlattenable.h

Issue 283273002: remove unused (by clients) SkUnitMapper (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 7 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: include/core/SkFlattenable.h
diff --git a/include/core/SkFlattenable.h b/include/core/SkFlattenable.h
index ee7a4337100abbbe2724dc564754543f64b6c5d4..d1ef41c50643895e56192da13d0dda3be52dd0a8 100644
--- a/include/core/SkFlattenable.h
+++ b/include/core/SkFlattenable.h
@@ -61,7 +61,7 @@ public:
kSkPixelRef_Type,
kSkRasterizer_Type,
kSkShader_Type,
robertphillips 2014/05/15 12:24:21 kSkUnused_Type, // used to be kSkUnitMapper_Type
reed1 2014/05/15 15:37:21 Sure... Do we need to keep these values in order?
scroggo 2014/05/15 17:18:13 I think it's fine to delete (and rearrange if nece
- kSkUnitMapper_Type,
+ kSkDeadUnitMapper_Type,
kSkXfermode_Type,
};

Powered by Google App Engine
This is Rietveld 408576698