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

Unified Diff: src/ports/SkFontConfigParser_android.h

Issue 1155383002: Use SkTArray instead of SkSTArray in movable. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkFontConfigParser_android.h
diff --git a/src/ports/SkFontConfigParser_android.h b/src/ports/SkFontConfigParser_android.h
index c1327ff74e177cfb396bd16a90e3f3495b3ad259..6665e189b431245b35374663138dd2f86e5701cb 100644
--- a/src/ports/SkFontConfigParser_android.h
+++ b/src/ports/SkFontConfigParser_android.h
@@ -76,7 +76,7 @@ struct FontFileInfo {
SkFourByteTag fTag;
SkFixed fValue;
};
- SkSTArray<4, Axis, true> fAxes;
+ SkTArray<Axis, true> fAxes;
bungeman-skia 2015/05/27 14:43:27 Note comment above that FontFileInfo must remain t
};
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698