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

Unified Diff: include/core/SkShader.h

Issue 283273002: remove unused (by clients) SkUnitMapper (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: mark affected gms to be ignored (and then rebaselined) 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/SkShader.h
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index e67167d924cfa02f2ad87c6ce6ad533febefe553..157e38859762ea5883fd5978dad890a1f96b86fa 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -21,6 +21,10 @@ class SkXfermode;
class GrContext;
class GrEffectRef;
+#ifdef SK_SUPPORT_LEGACY_DEADUNITMAPPERTYPE
+ class SkDeadUnitMapperType;
+#endif
+
/** \class SkShader
*
* Shaders specify the source color(s) for what is being drawn. If a paint

Powered by Google App Engine
This is Rietveld 408576698