[Webkit-unassigned] [Bug 142345] REGRESSION(r180924): ASSERTION FAILED: !from.isEmpty() in WebCore::TransformationMatrix::rectToRect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 5 11:09:03 PST 2015


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

Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #247971|review?                     |review+
              Flags|                            |

--- Comment #7 from Martin Robinson <mrobinson at webkit.org> ---
Comment on attachment 247971
  --> https://bugs.webkit.org/attachment.cgi?id=247971
Updated patch

View in context: https://bugs.webkit.org/attachment.cgi?id=247971&action=review

Looks good! One minor suggestion...

> Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp:377
> +    ASSERT(m_isValid);
> +    m_textureMapper = TextureMapper::create(TextureMapper::OpenGLMode);

Might want to add ASSERT(!m_textureMapper); here as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150305/dda122a9/attachment-0002.html>


More information about the webkit-unassigned mailing list