diff -r 4c62338e03c8 -r 5cc7cc9a1c87 svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h --- a/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h Fri May 14 16:45:42 2010 +0300 +++ b/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h Wed Jun 23 19:13:25 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. *