diff -r 423dd85009cf -r ac3859d43844 uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h --- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h Fri May 14 02:53:35 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h Tue May 25 17:55:19 2010 +0300 @@ -102,7 +102,7 @@ IMPORT_C static CHuiFxEffect* NewL(CHuiFxEngine& aEngine); IMPORT_C void AddLayerL(const CHuiFxLayer* aLayer); // takes ownership IMPORT_C void AdvanceTime(TReal32 aElapsedTime); - IMPORT_C TBool Draw(CHuiGc& aGc, const TRect& aDisplayRect); + IMPORT_C TBool Draw(CHuiGc& aGc, const TRect& aDisplayRect, TBool aHasSurface); IMPORT_C CHuiFxEngine& Engine() const; IMPORT_C TBool VisualArea(TRect& aRect) const; IMPORT_C TBool Changed(); @@ -168,7 +168,7 @@ * * @return ETrue if drawing was done, otherwise EFalse */ - TBool CachedDraw(CHuiGc& aGc, const TRect& aDisplayRect, TBool aRefreshCachedRenderTarget, TBool aOpaque, const TRegion& aClipRegion, TInt aAlpha = 255); + TBool CachedDraw(CHuiGc& aGc, const TRect& aDisplayRect, TBool aRefreshCachedRenderTarget, TBool aOpaque, const TRegion& aClipRegion, TBool aHasSurface, TInt aAlpha = 255); TBool CachedDraw(CHuiGc& aGc, const TRect& aDisplayRect, TBool aRefreshCachedRenderTarget, TBool aOpaque); void FxmlVisualInputs(RArray &aArray);