webengine/osswebengine/WebCore/page/symbian/WebCoreGraphicsContext.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 47 e1bea15f9a39
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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
       
    58     }
    57     }
    59 
    58 
    60 WebCoreGraphicsContext::~WebCoreGraphicsContext()
    59 WebCoreGraphicsContext::~WebCoreGraphicsContext()
    61     {
    60     {
    62     if (iGcOwned)
    61     if (iGcOwned)