Title: [253050] trunk/Source/WebCore
Revision
253050
Author
d...@apple.com
Date
2019-12-03 10:13:08 -0800 (Tue, 03 Dec 2019)

Log Message

Fix MacCatalyst build.

* platform/graphics/GraphicsContext3D.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (253049 => 253050)


--- trunk/Source/WebCore/ChangeLog	2019-12-03 17:56:15 UTC (rev 253049)
+++ trunk/Source/WebCore/ChangeLog	2019-12-03 18:13:08 UTC (rev 253050)
@@ -1,3 +1,9 @@
+2019-12-03  Dean Jackson  <d...@apple.com>
+
+        Fix MacCatalyst build.
+
+        * platform/graphics/GraphicsContext3D.h:
+
 2019-12-03  Chris Dumez  <cdu...@apple.com>
 
         PageConfiguration::alternativeTextClient should use a smart pointer

Modified: trunk/Source/WebCore/platform/graphics/GraphicsContext3D.h (253049 => 253050)


--- trunk/Source/WebCore/platform/graphics/GraphicsContext3D.h	2019-12-03 17:56:15 UTC (rev 253049)
+++ trunk/Source/WebCore/platform/graphics/GraphicsContext3D.h	2019-12-03 18:13:08 UTC (rev 253050)
@@ -1202,7 +1202,7 @@
 #if USE(OPENGL) || USE(ANGLE)
     void allocateIOSurfaceBackingStore(IntSize);
     void updateFramebufferTextureBackingStoreFromLayer();
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) || PLATFORM(MACCATALYST)
     void updateCGLContext();
 #endif
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to