uiacceltk/hitchcock/goommonitor/inc/goomrunplugin.h
changeset 19 f5bac0badc7e
parent 13 8f67d927ea57
--- a/uiacceltk/hitchcock/goommonitor/inc/goomrunplugin.h	Fri Apr 16 15:56:24 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/inc/goomrunplugin.h	Mon May 03 13:22:43 2010 +0300
@@ -44,7 +44,7 @@
     
     // Run the GOOM plugin in order to free memory
     // Call the CGOomAction::MemoryFreed when it is done
-    virtual void FreeMemory(TInt aBytesRequested);
+    virtual void FreeMemory(TInt aBytesRequested, TBool aUseSwRendering);
     
     // Call the memory good function on the plugin but...
     // only if there is an outstanding FreeMemory request
@@ -76,6 +76,8 @@
     CGOomPluginWaiter* iPluginWaiter;
     
     TBool iFreeMemoryCalled; // True if FreeMemory has been called since the last call to MemoryGood
+    
+    TBool iFreeMemoryWithSwRenderingCalled;
     };
 
 #include "goomrunplugin.inl"