--- a/uigraphics/AknIcon/SvgtFbsRasterizer/inc/SvgtFbsRasterizer.h Thu Jan 07 13:25:09 2010 +0200
+++ b/uigraphics/AknIcon/SvgtFbsRasterizer/inc/SvgtFbsRasterizer.h Mon Jan 18 21:12:52 2010 +0200
@@ -96,6 +96,10 @@
* Map OpenVg Error codes to symbian error codes
*/
TInt MapOpenVgErrorCodeToSymbian(TInt aErrorCode);
+ /*
+ * Returns cache limit (if) specific to process
+ */
+ TInt GetCacheLimit(TUid aProcessUID) const;
private: //Data members
/** List of currently registered extended bitmaps, the key is the bitmap id.
*/
@@ -123,7 +127,6 @@
TReal32 iFillPaintMatrix[9];
TReal32 iStrokePaintMatrix[9];
TInt iCacheLimit;
- TBool iSpecialProcess;
};
#endif // SVGTFBSRASTERIZER_H