Title: [223659] branches/safari-604-branch/Source/WebCore
Revision
223659
Author
[email protected]
Date
2017-10-18 21:29:53 -0700 (Wed, 18 Oct 2017)

Log Message

Cherry-pick r223295. rdar://problem/34958928

Modified Paths

Diff

Modified: branches/safari-604-branch/Source/WebCore/ChangeLog (223658 => 223659)


--- branches/safari-604-branch/Source/WebCore/ChangeLog	2017-10-19 04:29:51 UTC (rev 223658)
+++ branches/safari-604-branch/Source/WebCore/ChangeLog	2017-10-19 04:29:53 UTC (rev 223659)
@@ -1,5 +1,15 @@
 2017-10-18  Jason Marcell  <[email protected]>
 
+        Cherry-pick r223295. rdar://problem/34958928
+
+    2017-10-13  Jer Noble  <[email protected]>
+
+            Unreviewed build fix for the previous build fix; use the right PAL path for IOSurfaceSPI.h.
+
+            * platform/graphics/cv/VideoTextureCopierCV.cpp:
+
+2017-10-18  Jason Marcell  <[email protected]>
+
         Cherry-pick r223294. rdar://problem/34958928
 
     2017-10-13  Jer Noble  <[email protected]>

Modified: branches/safari-604-branch/Source/WebCore/platform/graphics/cv/VideoTextureCopierCV.cpp (223658 => 223659)


--- branches/safari-604-branch/Source/WebCore/platform/graphics/cv/VideoTextureCopierCV.cpp	2017-10-19 04:29:51 UTC (rev 223658)
+++ branches/safari-604-branch/Source/WebCore/platform/graphics/cv/VideoTextureCopierCV.cpp	2017-10-19 04:29:53 UTC (rev 223659)
@@ -27,9 +27,9 @@
 #include "VideoTextureCopierCV.h"
 
 #include "FourCC.h"
-#include "IOSurfaceSPI.h"
 #include "Logging.h"
 #include "TextureCacheCV.h"
+#include <pal/spi/cocoa/IOSurfaceSPI.h>
 #include <wtf/NeverDestroyed.h>
 #include <wtf/text/StringBuilder.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to