< prev index next >

src/share/native/sun/font/layout/IndicRearrangementProcessor.h

Print this page
rev 1554 : 8158302: Handle contextual glyph substitutions
Reviewed-by: prr

@@ -50,11 +50,11 @@
 class IndicRearrangementProcessor : public StateTableProcessor
 {
 public:
     virtual void beginStateTable();
 
-    virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
+    virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success);
 
     virtual void endStateTable();
 
     void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb, LEErrorCode &success) const;
 
< prev index next >