webengine/osswebengine/WebKit/s60/webview/WebSprite.cpp
branchRCL_3
changeset 93 79859ed3eea9
parent 91 30342f40acbf
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    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                        iBitmap(aBitmap), iMask(aMask), 
   104                        iParent(aParent), iBitmap(aBitmap), iMask(aMask), 
   105 		                   iInvertMask(aInvertMask), iWin(NULL), iParent(aParent)
   105 		       iInvertMask(aInvertMask), iWin(NULL)
   106     {    
   106     {    
   107     }
   107     }
   108 
   108 
   109 // ======================================================================
   109 // ======================================================================
   110 // CWebSprite::ConstructL
   110 // CWebSprite::ConstructL