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

Unified Diff: tools/sk_tool_utils.h

Issue 203993002: hide Config8888 entirely (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 9 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/sk_tool_utils.h
diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h
index ac1cdabf15186deaa9eb847458e7ee4491ba4fdd..48fd716342b549dab6ad429119f9b151e6e88cc4 100644
--- a/tools/sk_tool_utils.h
+++ b/tools/sk_tool_utils.h
@@ -16,11 +16,6 @@ namespace sk_tool_utils {
const char* colortype_name(SkColorType);
/**
- * Return the colorType and alphaType that correspond to the specified Config8888
- */
- void config8888_to_imagetypes(SkCanvas::Config8888, SkColorType*, SkAlphaType*);
-
- /**
* Call canvas->writePixels() by using the pixels from bitmap, but with an info that claims
* the pixels are colorType + alphaType
*/

Powered by Google App Engine
This is Rietveld 408576698