webengine/osswebengine/WebKit/s60/webview/WebSprite.cpp
branchRCL_3
changeset 91 30342f40acbf
parent 13 10e98eab6f85
child 93 79859ed3eea9
equal deleted inserted replaced
84:800203832575 91:30342f40acbf
    99 // ======================================================================
    99 // ======================================================================
   100 // CWebSprite::CWebSprite()
   100 // CWebSprite::CWebSprite()
   101 // ======================================================================
   101 // ======================================================================
   102 CWebSprite::CWebSprite(CCoeControl* aParent, CFbsBitmap* aBitmap, 
   102 CWebSprite::CWebSprite(CCoeControl* aParent, CFbsBitmap* aBitmap, 
   103                        CFbsBitmap* aMask, TBool aInvertMask) : 
   103                        CFbsBitmap* aMask, TBool aInvertMask) : 
   104                        iParent(aParent), iBitmap(aBitmap), iMask(aMask), 
   104                        iBitmap(aBitmap), iMask(aMask), 
   105 		       iInvertMask(aInvertMask), iWin(NULL)
   105 		                   iInvertMask(aInvertMask), iWin(NULL), iParent(aParent)
   106     {    
   106     {    
   107     }
   107     }
   108 
   108 
   109 // ======================================================================
   109 // ======================================================================
   110 // CWebSprite::ConstructL
   110 // CWebSprite::ConstructL