[Webkit-unassigned] [Bug 103704] [EFL][WK2] Implement Accelerated2DCanvas on WK2 Efl port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 5 04:38:07 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103704
--- Comment #41 from Kyungjin Kim <gen.kim at samsung.com> 2012-12-05 04:40:32 PST ---
(In reply to comment #40)
> (In reply to comment #39)
>
> > > > PlatformLayer would be responsible for making the decision of using the graphics surface or not.
> > >
> > > It looks good to me.
> >
> > Actually it should be canvasHasNoGraphicsSurface()
> > bool CoordinatedGraphicsLayer::canvasHasNoGraphicsSurface() const
> > {
> > return m_canvasPlatformLayer && !m_canvasPlatformLayer->hasGraphicsSurface();
> > }
> > to replace if (m_canvasPlatformLayer && !m_canvasPlatformLayer->hasGraphicsSurface())
>
> Hmm, I don't understand, why toggle the value returned by platformLayer?? Isint the purpose only to determine if GraphicsSurface is being used by platformLayer or not.
Because I need a condition that platformLayer exist but the layer doesn't have GraphicsSurface.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list