[Webkit-unassigned] [Bug 139830] [WinCairo] Crash after failing to create GL context in accelerated compositing mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 19 13:25:34 PST 2014


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

--- Comment #2 from Alex Christensen <alex.christensen at flexsim.com> ---
Comment on attachment 243569
  --> https://bugs.webkit.org/attachment.cgi?id=243569
Patch

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

> Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp:99
> +    m_context = GLContext::createContextForWindow(m_window, GLContext::sharingContext());

What if we already have a context?  Shouldn't this also be in an if (!m_context)?

-- 
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/20141219/1029459d/attachment-0002.html>


More information about the webkit-unassigned mailing list