diff -r 9be6eed35a80 -r db5c883ad1c5 svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h --- a/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h Tue May 11 17:02:26 2010 +0300 +++ b/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h Tue Aug 31 16:06:58 2010 +0300 @@ -105,6 +105,9 @@ class CSvgTextElementImpl; class CSvgBitmapFontProvider; + +class CSvgtBitmap; + class MRect { public: @@ -647,6 +650,8 @@ */ IMPORT_C void GenerateMask( CFbsBitmap* aMask, TInt aEngine = NULL ); + IMPORT_C void GenerateMask( CSvgtBitmap* aMask, TInt aEngine = NULL ); + /** * Set the color for clearing background. * @@ -871,6 +876,7 @@ */ IMPORT_C void SetGdiContextL( CSvgEngineImpl* aEngine, CFbsBitmap* aFrameBuffer ); + IMPORT_C void SetGdiContextL( CSvgEngineImpl* aEngine, CSvgtBitmap* aFrameBuffer ); /** * Associate the given document with the given engine. *