src/hbservers/hbthemeserver/hbicondatacache_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 3 11d3954df52a
--- a/src/hbservers/hbthemeserver/hbicondatacache_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbservers/hbthemeserver/hbicondatacache_p.h	Fri May 14 16:09:54 2010 +0300
@@ -38,6 +38,7 @@
     ~HbIconDataCache();
     void clear();
     HbIconCacheItem* getCacheItem(const HbIconKey &key ,
+                                  HbRenderingMode currentRenderingMode,
                                   bool isMultiIconPiece = false);
     bool insert(const HbIconKey &key,  HbIconCacheItem* item);
     bool remove(const HbIconKey&  key, bool keepInCache = true);
@@ -49,6 +50,7 @@
     bool isItemCachableInCpu(const HbIconCacheItem* item)const;
     void memoryGood();
     void freeGpuRam(int bytes);
+    void freeUnusedGpuResources();
     QVector<const HbIconKey *> getKeys(const QString &filename) const;
 
 //Debug Code for Test Purpose