Title: [273272] trunk/Source/WebCore
Revision
273272
Author
[email protected]
Date
2021-02-22 13:09:27 -0800 (Mon, 22 Feb 2021)

Log Message

Video elements do not work as sources for TexImage2D calls in GPU Process
https://bugs.webkit.org/show_bug.cgi?id=218184

Reviewed by Eric Carlson.

A follow-up patch of r273213 to fix build failures on the windows port.

* platform/graphics/MediaPlayer.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (273271 => 273272)


--- trunk/Source/WebCore/ChangeLog	2021-02-22 21:08:13 UTC (rev 273271)
+++ trunk/Source/WebCore/ChangeLog	2021-02-22 21:09:27 UTC (rev 273272)
@@ -1,3 +1,14 @@
+2021-02-22  Peng Liu  <[email protected]>
+
+        Video elements do not work as sources for TexImage2D calls in GPU Process
+        https://bugs.webkit.org/show_bug.cgi?id=218184
+
+        Reviewed by Eric Carlson.
+
+        A follow-up patch of r273213 to fix build failures on the windows port.
+
+        * platform/graphics/MediaPlayer.h:
+
 2021-02-22  Sergio Villar Senin  <[email protected]>
 
         REGRESSION (r266695): twitch.tv: when in fullscreen, WebKit continually does 350ms layouts. Firefox and Chrome do not

Modified: trunk/Source/WebCore/platform/graphics/MediaPlayer.h (273271 => 273272)


--- trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2021-02-22 21:08:13 UTC (rev 273271)
+++ trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2021-02-22 21:09:27 UTC (rev 273272)
@@ -62,7 +62,7 @@
 OBJC_CLASS AVPlayer;
 OBJC_CLASS NSArray;
 
-#if ENABLE(WEBGL) && USE(AVFOUNDATION)
+#if USE(AVFOUNDATION)
 typedef struct __CVBuffer* CVPixelBufferRef;
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to