equal
deleted
inserted
replaced
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 |