diff -r 2717213c588a -r 171fae344dd4 graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp --- a/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp Tue Jun 22 15:21:29 2010 +0300 +++ b/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp Fri Jul 16 11:45:55 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -40,6 +40,7 @@ #include "ttranslucent.h" #include "tspriteperf.h" #include "textendedbitmap.h" +#include "tfbsglyphdata.h" /** Same code for Secure and non-secure variants @@ -158,5 +159,7 @@ testStep = new CTSpritePerf(); else if(aStepName == KTExtendedBitmap) testStep = new CTExtendedBitmap(); + else if(aStepName == KTFbsGlyphData) + testStep = new CTFbsGlyphData(); return testStep; }