diff -r 83d2d132aa58 -r f5bac0badc7e uiacceltk/hitchcock/goommonitor/inc/goomrunplugin.h --- 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"