Chromium Code Reviews| Index: tools/sk_tool_utils.h |
| diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h |
| index 7747a12096c40eaccf1cb903d7da73c30ad2a79f..a450aa1244f9ec21a5018b0b2c5da1880d2053c2 100644 |
| --- a/tools/sk_tool_utils.h |
| +++ b/tools/sk_tool_utils.h |
| @@ -12,6 +12,8 @@ |
| #include "SkBitmap.h" |
| namespace sk_tool_utils { |
| + |
| + const char* colortype_name(SkColorType); |
| /** |
| * Return the colorType and alphaType that correspond to the specified Config8888 |