webengine/osswebengine/WebCore/page/symbian/WebCoreGraphicsContext.cpp
branchRCL_3
changeset 47 e1bea15f9a39
parent 1 7c90e6132015
child 48 79859ed3eea9
equal deleted inserted replaced
46:30342f40acbf 47:e1bea15f9a39
    52 
    52 
    53 WebCoreGraphicsContext::WebCoreGraphicsContext(CFbsBitmap* aBitmap, MScrollView* aView)
    53 WebCoreGraphicsContext::WebCoreGraphicsContext(CFbsBitmap* aBitmap, MScrollView* aView)
    54     {
    54     {
    55     iScrollView = aView;
    55     iScrollView = aView;
    56     iOffscreenBitmap = aBitmap;
    56     iOffscreenBitmap = aBitmap;
       
    57     iOpacity = 1.0f; // default 1.0f i.e. fully opaque
    57     }
    58     }
    58 
    59 
    59 WebCoreGraphicsContext::~WebCoreGraphicsContext()
    60 WebCoreGraphicsContext::~WebCoreGraphicsContext()
    60     {
    61     {
    61     if (iGcOwned)
    62     if (iGcOwned)