diff -r 2717213c588a -r 171fae344dd4 windowing/windowserver/test/tdynamicres/inc/wsdynamicresbase.h --- a/windowing/windowserver/test/tdynamicres/inc/wsdynamicresbase.h Tue Jun 22 15:21:29 2010 +0300 +++ b/windowing/windowserver/test/tdynamicres/inc/wsdynamicresbase.h Fri Jul 16 11:45:55 2010 +0300 @@ -81,12 +81,7 @@ void CommonOverlayWindowSetupL(RWindow& aWindow, const TRgb& aColor); void ResizeTestCommonSetupL(RWindow& aWindow, const TRgb& aColor); - void MakeTestWindowPairL(TRect aOuterRect,TRgb aOuterColor,TRect aInnerRect,TRgb aInnerColor); void LargerTestWindow(TInt aPercentOfBack=80); - void DestroyTestWindowPair(TBool aKillTestBack=ETrue,TBool aKillTestFront=ETrue,TBool aKillTestChildren=ETrue); - void MakeTestWindowTripleL(TRect aOuterRect,TRgb aOuterColor,TRect aInnerRect,TRgb aInnerColor,TRect aChildRect,TRgb aChildColor,TRect aSecondChildRect,TRgb aSecondChildColor); - void CreateTestWindowQuadL(TRect aOuterRect,TRgb aOuterColor,TRect aInnerRect,TRgb aInnerColor,TRect aChildRect,TRgb aChildColor,TRect aSecondChildRect,TRgb aSecondChildColor); - void MakeTestWindowTripleL(TRect aOuterRect,TRgb aOuterColor,TRect aInnerRect,TRgb aInnerColor,TRect aChildRect,TRgb aChildColor); void MakeExtraChildWindowL(const RWindowBase& aFromParent,TRect aChildRect,TRgb aChildColor); struct LoopingGcPtr; LoopingGcPtr LoopBeginActivateWithWipe(const TRegion& aRegion,RWindow& aWin,TRgb aColor); @@ -121,7 +116,7 @@ void CreateSharedUtilityL()const ; }; static const TPostTestCleanup& PostTestCleanupInstance(); - RWindow iTestBack; + RBlankWindow iTestBack; RWindow iTestFront; RWindow iTestChild; RWindow iTestSecondChild;