<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Avoid including egl.h headers in internal headers"
   href="https://bugs.webkit.org/show_bug.cgi?id=163722#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Avoid including egl.h headers in internal headers"
   href="https://bugs.webkit.org/show_bug.cgi?id=163722">bug 163722</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=163722#c3">comment #3</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=292166&amp;action=diff" name="attach_292166" title="Patch">attachment 292166</a> <a href="attachment.cgi?id=292166&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=292166&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=292166&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/platform/graphics/egl/GLContextEGLWayland.cpp:79
&gt; &gt; +    return std::unique_ptr&lt;GLContextEGL&gt;(new GLContextEGL(platformDisplay, context, surface, WTFMove(wlSurface), window));
&gt; 
&gt; Is std::make_unique&lt;&gt;() usable here?
&gt; 
&gt; &gt; Source/WebCore/platform/graphics/egl/GLContextEGLX11.cpp:99
&gt; &gt; +    return std::unique_ptr&lt;GLContextEGL&gt;(new GLContextEGL(platformDisplay, context, surface, WTFMove(pixmap)));
&gt; 
&gt; Is std::make_unique&lt;&gt;() usable here?</span >

Nope, constructors are private to ensure only the create methods can create instances.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>