diff -r 29ddb8a72f0e -r 9f1c3fea0f87 windowing/windowserver/test/tdynamicres/inc/wsdynamicresbase.h --- a/windowing/windowserver/test/tdynamicres/inc/wsdynamicresbase.h Tue Jul 06 15:45:57 2010 +0300 +++ b/windowing/windowserver/test/tdynamicres/inc/wsdynamicresbase.h Wed Aug 18 11:05:09 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;