Index: include/core/SkString.h |
diff --git a/include/core/SkString.h b/include/core/SkString.h |
index bc06cb0aba63743e90f6869f6f042c98011b1267..8a962ae67142585e22097579dce68b9da0f0cfef 100644 |
--- a/include/core/SkString.h |
+++ b/include/core/SkString.h |
@@ -195,6 +195,7 @@ public: |
void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); |
void appendVAList(const char format[], va_list); |
void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3); |
+ void prependVAList(const char format[], va_list); |
void remove(size_t offset, size_t length); |