<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EGL] Move EGLDisplay handling to PlatformDisplay"
   href="https://bugs.webkit.org/show_bug.cgi?id=144685#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EGL] Move EGLDisplay handling to PlatformDisplay"
   href="https://bugs.webkit.org/show_bug.cgi?id=144685">bug 144685</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=144685#c3">comment #3</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=252470&amp;action=diff" name="attach_252470" title="Try to fix EFL build">attachment 252470</a> <a href="attachment.cgi?id=252470&amp;action=edit" title="Try to fix EFL build">[details]</a></span>
&gt; Try to fix EFL build
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=252470&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=252470&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/platform/graphics/PlatformDisplay.cpp:139
&gt; &gt; +#if USE(OPENGL_ES_2)
&gt; &gt; +    static const EGLenum eglAPIVersion = EGL_OPENGL_ES_API;
&gt; &gt; +#else
&gt; &gt; +    static const EGLenum eglAPIVersion = EGL_OPENGL_API;
&gt; &gt; +#endif
&gt; &gt; +    if (eglBindAPI(eglAPIVersion) == EGL_FALSE) {
&gt; &gt; +        LOG_ERROR(&quot;Failed to set EGL API(%d).&quot;, eglGetError());
&gt; &gt; +        terminateEGLDisplay();
&gt; &gt; +        return;
&gt; &gt; +    }
&gt; 
&gt; This needs to be called once per program, not once per display. Perhaps you
&gt; could surround this with std::once.</span >

Display is already a single instance, so this will be called only once per display, per process.

<span class="quote">&gt; &gt; Source/WebCore/platform/graphics/surfaces/glx/GLXSurface.cpp:153
&gt; &gt; -    m_glxPixmap = glXCreateGLXPixmap(m_sharedDisplay, visualInfo.get(), m_pixmap);
&gt; &gt; +    m_glxPixmap = glXCreateGLXPixmap(X11Helper::nativeDisplay(), visualInfo.get(), m_pixmap);
&gt; 
&gt; This is GLX-related, so perhaps you could update the bug title and ChangeLog
&gt; slightly?</span >

But nothing has actually changed here, I can add and remove PlatformDisplay from GLDefs.h</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>