graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp
changeset 187 9f66f99ee56f
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
child 178 89bd4cfee505
--- a/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp	Tue Jun 22 15:21:29 2010 +0300
+++ b/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp	Fri Sep 24 16:14:28 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;
 	}