Title: [270258] trunk/Source/ThirdParty/ANGLE
Revision
270258
Author
[email protected]
Date
2020-11-30 12:54:43 -0800 (Mon, 30 Nov 2020)

Log Message

Attempted build fix for Mac Catalyst. Include the SystemInfo header.

* src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (270257 => 270258)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2020-11-30 20:29:35 UTC (rev 270257)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2020-11-30 20:54:43 UTC (rev 270258)
@@ -1,3 +1,9 @@
+2020-11-30  Dean Jackson  <[email protected]>
+
+        Attempted build fix for Mac Catalyst. Include the SystemInfo header.
+
+        * src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp:
+
 2020-11-27  Fujii Hironori  <[email protected]>
 
         [ANGLE] Convert adjust-angle-include-paths.sh to a Python script for Windows without Cygwin

Modified: trunk/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp (270257 => 270258)


--- trunk/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp	2020-11-30 20:29:35 UTC (rev 270257)
+++ trunk/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp	2020-11-30 20:54:43 UTC (rev 270258)
@@ -10,6 +10,7 @@
 #ifndef LIBANGLE_RENDERER_GL_APPLE_DISPLAYAPPLE_API_H_
 #define LIBANGLE_RENDERER_GL_APPLE_DISPLAYAPPLE_API_H_
 
+#include "gpu_info_util/SystemInfo.h"
 #include "libANGLE/renderer/DisplayImpl.h"
 
 #if defined(ANGLE_PLATFORM_MACOS) || defined(ANGLE_PLATFORM_MACCATALYST)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to