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
|
}; |
/** |