Title: [270264] branches/safari-611.1.7-branch/Source/ThirdParty/ANGLE
Revision
270264
Author
[email protected]
Date
2020-11-30 13:49:30 -0800 (Mon, 30 Nov 2020)

Log Message

Cherry-pick r270258. rdar://problem/71819648

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

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

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270258 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-611.1.7-branch/Source/ThirdParty/ANGLE/ChangeLog (270263 => 270264)


--- branches/safari-611.1.7-branch/Source/ThirdParty/ANGLE/ChangeLog	2020-11-30 21:49:01 UTC (rev 270263)
+++ branches/safari-611.1.7-branch/Source/ThirdParty/ANGLE/ChangeLog	2020-11-30 21:49:30 UTC (rev 270264)
@@ -1,3 +1,19 @@
+2020-11-30  Alan Coon  <[email protected]>
+
+        Cherry-pick r270258. rdar://problem/71819648
+
+    Attempted build fix for Mac Catalyst. Include the SystemInfo header.
+    
+    * src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270258 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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: branches/safari-611.1.7-branch/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp (270263 => 270264)


--- branches/safari-611.1.7-branch/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp	2020-11-30 21:49:01 UTC (rev 270263)
+++ branches/safari-611.1.7-branch/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/apple/DisplayApple_api.cpp	2020-11-30 21:49:30 UTC (rev 270264)
@@ -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