[Webkit-unassigned] [Bug 167496] [Threaded Compositor] Stop creating the GLContext on demand the first time makeContextCurrent is called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 04:07:41 PST 2017


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

Zan Dobersek <zan at falconsigh.net> changed:

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

--- Comment #2 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 299926
  --> https://bugs.webkit.org/attachment.cgi?id=299926
Patch

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

> Source/WebKit2/Shared/CoordinatedGraphics/threadedcompositor/ThreadedCompositor.cpp:178
>      if (m_context)
>          return m_context->makeContextCurrent();

return m_context && m_context->makeContextCurrent();

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170127/777ed24c/attachment.html>


More information about the webkit-unassigned mailing list