diff -r d72fc2aace31 -r 62bb7c97884c graphicstest/uibench/src/tfbsglyphdata.h --- a/graphicstest/uibench/src/tfbsglyphdata.h Tue Jul 20 13:27:44 2010 +0300 +++ b/graphicstest/uibench/src/tfbsglyphdata.h Fri Jul 30 11:41:40 2010 +0300 @@ -25,6 +25,7 @@ #include #include #include "te_graphicsperformanceSuiteStepBase.h" +class CCharCodeConverter; /** Enumeration of languages that are supported for testing in this framework. @@ -61,12 +62,13 @@ void GlyphRenderingL(); // Utility methods - void LoadConfigSampleDataL(TTestLanguage aLanguage, TBool aLongData, TUint*& aGlyphCodes, TInt& aNumGlyphCodes); + void LoadConfigSampleDataL(CFbsFont* aFont, TTestLanguage aLanguage, TBool aLongData, TUint*& aGlyphCodes, TInt& aNumGlyphCodes); static TBufC<32> ConfigKeyNameL(TTestLanguage aLanguage, TBool aLongData); private: RFbsSession iFbs; RSgDriver iSgDriver; + CCharCodeConverter* iCharCodeConverter; }; _LIT(KTFbsGlyphData,"tfbsglyphdata");