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

Unified Diff: include/core/SkString.h

Issue 1073473003: SkString: remove fStr member (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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/core/SkString.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkString.h
diff --git a/include/core/SkString.h b/include/core/SkString.h
index 7766c5711f7a5ba7e087282ead20bf647bc891fc..e0a51c6515a59ffb511747e0c16be64f81a74054 100644
--- a/include/core/SkString.h
+++ b/include/core/SkString.h
@@ -238,7 +238,6 @@ private:
Rec* fRec;
#ifdef SK_DEBUG
- const char* fStr;
void validate() const;
#else
void validate() const {}
« no previous file with comments | « no previous file | src/core/SkString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698