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

Unified Diff: src/core/SkStringUtils.cpp

Issue 1288963004: ClearStencilClip in GrBatch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tiny Created 5 years, 4 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
« no previous file with comments | « no previous file | src/gpu/GrBufferedDrawTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkStringUtils.cpp
diff --git a/src/core/SkStringUtils.cpp b/src/core/SkStringUtils.cpp
index 35e55570c33ce500b7bb974facc6bd7cfbe60538..6f5699c8053ea5a610962fa5e9e9d841f75210c1 100644
--- a/src/core/SkStringUtils.cpp
+++ b/src/core/SkStringUtils.cpp
@@ -57,7 +57,7 @@ SkString SkTabString(const SkString& string, int tabCnt) {
}
if (*input != '\0') {
result.append(tabs);
+ result.append(input);
}
- result.append(input);
return result;
}
« no previous file with comments | « no previous file | src/gpu/GrBufferedDrawTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698