Index: include/core/SkString.h |
=================================================================== |
--- include/core/SkString.h (revision 8005) |
+++ include/core/SkString.h (working copy) |
@@ -185,6 +185,7 @@ |
void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); |
void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); |
+ void appendf(const char format[], va_list); |
void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3); |
void remove(size_t offset, size_t length); |