[Webkit-unassigned] [Bug 56825] [Qt] fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 26 11:04:51 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56825





--- Comment #20 from Jarkko Sakkinen <jarkko.j.sakkinen at gmail.com>  2011-03-26 11:04:51 PST ---
(In reply to comment #19)
> (From update of attachment 86933 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=86933&action=review
> 
> > Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:161
> > +    // Used by GraphicsContext3D to check whether construction was done succesfully.
> 
> Not sure that comment brings much value, anyway it is called "successfully" with 3 s's in total.

True, this misguiding comment. I'll remove it.

> 
> > Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:320
> > +    // No need viewport of QGLWidget. We use to get a separate QGLContext.
> 
> I dont understand that comment

I don't understand it either :) I'll revise this one.

> 
> > Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:475
> > +    if (((width == m_boundingRect.width()) && (height == m_boundingRect.height())))
> 
> Are all those ()'s needed?

No. I'll change this.

-- 
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