[Webkit-unassigned] [Bug 73817] [TexMap][QT] TexMap does not draw the border of media and webgl elements.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 08:22:54 PST 2011


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


Noam Rosenthal <noam.rosenthal at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #117865|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Noam Rosenthal <noam.rosenthal at nokia.com>  2011-12-05 08:22:54 PST ---
(From update of attachment 117865)
View in context: https://bugs.webkit.org/attachment.cgi?id=117865&action=review

> Source/WebCore/ChangeLog:9
> +        GraphicsContext3D only draws the content, not CSS box border and TexMap only
> +        composited the platformLayer of media and webgl elements.
> +        It causes that TexMap did not render the border of following layout test.
> +        LayoutTests/compositing/webgl/webgl-reflection.html

Let's rewrite this...
"GraphicsContext3D only draws the content of the WebGL canvas, not the additional CSS such as the borders. TextureMapper should render the content of a media/webgl layer before drawing the actual canvas."
This makes LayoutTests/compositing/webgl/webgl-reflection.html work.

> Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp:318
> +        if (m_currentContent.contentType == MediaContentType && !needsReset)
> +            continue;

Doesn't seem correct. This means that we ignore partial-updates for WebGL/media layers.

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