Title: [246199] trunk/Source/WebCore
Revision
246199
Author
mcatanz...@igalia.com
Date
2019-06-07 07:57:42 -0700 (Fri, 07 Jun 2019)

Log Message

[GTK] GLContextEGL.h must be built with @no-unify
https://bugs.webkit.org/show_bug.cgi?id=198659

Unreviewed ARM build fix.

* SourcesGTK.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (246198 => 246199)


--- trunk/Source/WebCore/ChangeLog	2019-06-07 14:42:56 UTC (rev 246198)
+++ trunk/Source/WebCore/ChangeLog	2019-06-07 14:57:42 UTC (rev 246199)
@@ -1,3 +1,12 @@
+2019-06-07  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] GLContextEGL.h must be built with @no-unify
+        https://bugs.webkit.org/show_bug.cgi?id=198659
+
+        Unreviewed ARM build fix.
+
+        * SourcesGTK.txt:
+
 2019-06-07  Antti Koivisto  <an...@apple.com>
 
         position:fixed inside overflow positioning nodes is jumpy

Modified: trunk/Source/WebCore/SourcesGTK.txt (246198 => 246199)


--- trunk/Source/WebCore/SourcesGTK.txt	2019-06-07 14:42:56 UTC (rev 246198)
+++ trunk/Source/WebCore/SourcesGTK.txt	2019-06-07 14:57:42 UTC (rev 246199)
@@ -66,8 +66,8 @@
 
 platform/graphics/cairo/BackingStoreBackendCairoX11.cpp @no-unify
 
-platform/graphics/egl/GLContextEGL.cpp
-platform/graphics/egl/GLContextEGLLibWPE.cpp
+platform/graphics/egl/GLContextEGL.cpp @no-unify
+platform/graphics/egl/GLContextEGLLibWPE.cpp @no-unify
 platform/graphics/egl/GLContextEGLWayland.cpp @no-unify
 platform/graphics/egl/GLContextEGLX11.cpp @no-unify
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to