Title: [223295] trunk/Source/WebCore
- Revision
- 223295
- Author
- jer.no...@apple.com
- Date
- 2017-10-13 11:55:39 -0700 (Fri, 13 Oct 2017)
Log Message
Unreviewed build fix for the previous build fix; use the right PAL path for IOSurfaceSPI.h.
* platform/graphics/cv/VideoTextureCopierCV.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (223294 => 223295)
--- trunk/Source/WebCore/ChangeLog 2017-10-13 18:48:36 UTC (rev 223294)
+++ trunk/Source/WebCore/ChangeLog 2017-10-13 18:55:39 UTC (rev 223295)
@@ -1,5 +1,11 @@
2017-10-13 Jer Noble <jer.no...@apple.com>
+ Unreviewed build fix for the previous build fix; use the right PAL path for IOSurfaceSPI.h.
+
+ * platform/graphics/cv/VideoTextureCopierCV.cpp:
+
+2017-10-13 Jer Noble <jer.no...@apple.com>
+
Unreviewed build fix; add definitions for IOSurface methods missing on some platforms.
* platform/graphics/cv/VideoTextureCopierCV.cpp:
Modified: trunk/Source/WebCore/platform/graphics/cv/VideoTextureCopierCV.cpp (223294 => 223295)
--- trunk/Source/WebCore/platform/graphics/cv/VideoTextureCopierCV.cpp 2017-10-13 18:48:36 UTC (rev 223294)
+++ trunk/Source/WebCore/platform/graphics/cv/VideoTextureCopierCV.cpp 2017-10-13 18:55:39 UTC (rev 223295)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes