Title: [235154] trunk/Source/WebCore/PAL
Revision
235154
Author
rn...@webkit.org
Date
2018-08-21 19:04:00 -0700 (Tue, 21 Aug 2018)

Log Message

Unreviewed macOS Mojave build fix after r235125.

* pal/spi/cg/CoreGraphicsSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (235153 => 235154)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-08-22 01:41:50 UTC (rev 235153)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-08-22 02:04:00 UTC (rev 235154)
@@ -1,3 +1,9 @@
+2018-08-21  Ryosuke Niwa  <rn...@webkit.org>
+
+        Unreviewed macOS Mojave build fix after r235125.
+
+        * pal/spi/cg/CoreGraphicsSPI.h:
+
 2018-08-15  Ansh Shukla  <ansh_shu...@apple.com>
 
         NSURLAuthenticationMethodOAuth challenges are surfaced to clients in -didReceiveAuthenticationChallenge as NSURLAuthenticationMethodDefault

Modified: trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h (235153 => 235154)


--- trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2018-08-22 01:41:50 UTC (rev 235153)
+++ trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2018-08-22 02:04:00 UTC (rev 235154)
@@ -304,6 +304,10 @@
 
 #if ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING)
 CGError CGSSetDenyWindowServerConnections(bool);
+
+typedef int32_t CGSDisplayID;
+CGSDisplayID CGSMainDisplayID(void);
+
 #endif // ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING)
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to