[webkit-reviews] review granted: [Bug 114498] [BlackBerry][CSS Filters] Non-image content disappears when filter applied : [Attachment 197739] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 03:08:12 PDT 2013


Carlos Garcia Campos <cgarcia at igalia.com> has granted Arvid Nilsson
<anilsson at rim.com>'s request for review:
Bug 114498: [BlackBerry][CSS Filters] Non-image content disappears when filter
applied
https://bugs.webkit.org/show_bug.cgi?id=114498

Attachment 197739: Patch
https://bugs.webkit.org/attachment.cgi?id=197739&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=197739&action=review


> Source/WebCore/platform/graphics/blackberry/LayerFilterRenderer.cpp:712
> +    glVertexAttribPointer(m_positionLocation, 2, GL_FLOAT, GL_FALSE, 0,
&layer->getTransformedBounds() );

There's an extra space between &layer->getTransformedBounds() and the last
parentheses.


More information about the webkit-reviews mailing list