uigraphics/AknIcon/SvgtFbsRasterizer/inc/SvgtFbsRasterizer.h
changeset 1 ba33815114d6
parent 0 05e9090e2422
child 2 abcbdabaa4c5
--- 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 <fbsrasterizer.h>
+#include <graphics/fbsrasterizer.h>
 #include <e32base.h>
 #include <VG/openvg.h>
 
@@ -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;