aboutsummaryrefslogtreecommitdiff
path: root/src/share/native/sun/font/layout/HanLayoutEngine.cpp
diff options
context:
space:
mode:
authorprr <none@none>2013-03-07 10:02:20 -0800
committerprr <none@none>2013-03-07 10:02:20 -0800
commit0d6d121aada4fec76d0369c73617cc6413df2f60 (patch)
tree64dfb69b073cd02d035ef9c286c509c606e9ad1f /src/share/native/sun/font/layout/HanLayoutEngine.cpp
parent7e8aeed3b3daa857f3a4085de9dd7bef869184e3 (diff)
8001031: Better font processing
Reviewed-by: srl, vadim
Diffstat (limited to 'src/share/native/sun/font/layout/HanLayoutEngine.cpp')
-rw-r--r--src/share/native/sun/font/layout/HanLayoutEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/native/sun/font/layout/HanLayoutEngine.cpp b/src/share/native/sun/font/layout/HanLayoutEngine.cpp
index 5e799ef83..05c46790c 100644
--- a/src/share/native/sun/font/layout/HanLayoutEngine.cpp
+++ b/src/share/native/sun/font/layout/HanLayoutEngine.cpp
@@ -64,7 +64,7 @@ static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
#define features (loclFeatureMask)
HanOpenTypeLayoutEngine::HanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
- le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
+ le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success)
: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
{
fFeatureMap = featureMap;