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

Unified Diff: src/core/SkString.cpp

Issue 78903006: upload again, rietveld diff failed. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « include/core/SkString.h ('k') | src/gpu/gl/GrGLShaderBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkString.cpp
diff --git a/src/core/SkString.cpp b/src/core/SkString.cpp
index 7b3c265314f9d5048163261a683af8f86d6cd23f..e30b89f19947dd667648b13a86a06c32e86bd79c 100644
--- a/src/core/SkString.cpp
+++ b/src/core/SkString.cpp
@@ -569,7 +569,7 @@ void SkString::appendf(const char format[], ...) {
this->append(buffer, strlen(buffer));
}
-void SkString::appendf(const char format[], va_list args) {
+void SkString::appendVAList(const char format[], va_list args) {
char buffer[kBufferSize];
VSNPRINTF(buffer, kBufferSize, format, args);
« no previous file with comments | « include/core/SkString.h ('k') | src/gpu/gl/GrGLShaderBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698