diff -r 15bf7259bb7c -r 8f67d927ea57 uiacceltk/hitchcock/coretoolkit/inc/HuiFxLayer.h --- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxLayer.h Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxLayer.h Fri Mar 19 09:43:21 2010 +0200 @@ -79,6 +79,10 @@ virtual TBool IsSemitransparent() const; virtual void FxmlVisualInputs(RArray &aArray) { } + + TBool AlwaysReadSurfacePixels() const; + virtual void SetAlwaysReadSurfacePixels(TBool aAlwaysReadSurfacePixels); + protected: IMPORT_C CHuiFxLayer(); IMPORT_C void ConstructL( THuiFxLayerType aType ); @@ -95,6 +99,7 @@ TBool iAnimated; TBool iTransformed; TBool iMarginEnabled; + TBool iAlwaysReadSurfacePixels; }; #endif /*HUIFXLAYER_*/