diff -r 05e9090e2422 -r ba33815114d6 uigraphics/AknIcon/SvgtFbsRasterizer/inc/SvgtFbsRasterizer.h --- a/uigraphics/AknIcon/SvgtFbsRasterizer/inc/SvgtFbsRasterizer.h Thu Dec 17 09:14:12 2009 +0200 +++ b/uigraphics/AknIcon/SvgtFbsRasterizer/inc/SvgtFbsRasterizer.h Thu Jan 07 13:25:09 2010 +0200 @@ -20,7 +20,7 @@ #include "SvgtRegisteredBitmap.h" #include "svgtgraphicsinterface.h" -#include +#include #include #include @@ -56,7 +56,6 @@ CSvgtFbsRasterizer(); CSvgtRegisteredBitmap* RegisteredBitmap(TInt64 aBitmapId); CSvgtRegisteredBitmap* RecentBitmap(TInt64 aBitmapId); - static TInt IdleFunction(TAny* aPtr); void DoBeginBitmapL(TInt64 aBitmapId, const TBitmapDesc& aBitmapDesc, const TRegion* aRegionOfInterest); @@ -109,8 +108,7 @@ TInt iTotalRecentBmpSize; /** An idle-time active object to clean up the recently used extended bitmaps. */ - CIdle* iIdle; - + CSvgtGraphicsInterface * iGraphicsInterface; TBool iIsRasterizerValidState;