diff -r cd0ae4656946 -r c9d868f1e20c uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h --- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h Mon Jun 21 16:41:52 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h Thu Jul 15 19:40:07 2010 +0300 @@ -146,6 +146,8 @@ void PrepareCachedRenderTarget(const TPoint& aPosition, const TSize& aSize, TBool aClear, TBool aEnableBackground); void ReleaseCachedRenderTarget(); + TBool PrepareDrawL(CHuiGc& aGc, const TRect& aDisplayRect); + /* * CachedDraw is typically much faster than normal draw as it keeps effect result in pre-rendered format * instead of doing it on-the-fly as normal draw. There are however few issues that must be noted: @@ -210,6 +212,8 @@ TInt iFramesDrawn; TReal32 iElapsedTime; + + MHuiEffectable* iEffectable; // not own }; #endif /*HUIFXEFFECT_H_*/