Title: [229300] trunk/Tools
- Revision
- 229300
- Author
- [email protected]
- Date
- 2018-03-05 18:15:56 -0800 (Mon, 05 Mar 2018)
Log Message
DumpRenderTree build fix
Unreviewed.
* DumpRenderTree/mac/LayoutTestHelper.m:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (229299 => 229300)
--- trunk/Tools/ChangeLog 2018-03-06 02:13:01 UTC (rev 229299)
+++ trunk/Tools/ChangeLog 2018-03-06 02:15:56 UTC (rev 229300)
@@ -1,3 +1,11 @@
+2018-03-05 Myles C. Maxfield <[email protected]>
+
+ DumpRenderTree build fix
+
+ Unreviewed.
+
+ * DumpRenderTree/mac/LayoutTestHelper.m:
+
2018-03-05 Andy Estes <[email protected]>
[Mac] Teach WebCore::Pasteboard about file promise drags
Modified: trunk/Tools/DumpRenderTree/mac/LayoutTestHelper.m (229299 => 229300)
--- trunk/Tools/DumpRenderTree/mac/LayoutTestHelper.m 2018-03-06 02:13:01 UTC (rev 229299)
+++ trunk/Tools/DumpRenderTree/mac/LayoutTestHelper.m 2018-03-06 02:15:56 UTC (rev 229300)
@@ -41,6 +41,16 @@
#import <stdio.h>
#import <stdlib.h>
+#if USE(APPLE_INTERNAL_SDK)
+
+#include <ColorSync/ColorSyncPriv.h>
+
+#else
+
+CFUUIDRef CGDisplayCreateUUIDFromDisplayID(uint32_t displayID);
+
+#endif
+
// This is a simple helper app that changes the color profile of the main display
// to GenericRGB and back when done. This program is managed by the layout
// test script, so it can do the job for multiple DumpRenderTree while they are
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes