diff -r 88b23e2e82e1 -r 46927d61fef3 uiacceltk/hitchcock/goommonitor/inc/goomrunplugin.h --- a/uiacceltk/hitchcock/goommonitor/inc/goomrunplugin.h Wed Mar 31 23:03:58 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/inc/goomrunplugin.h Wed Apr 14 16:53:50 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"