webengine/osswebengine/WebKit/s60/webview/WebSprite.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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