Title: [257153] trunk/Source/WebKit
Revision
257153
Author
ryanhad...@apple.com
Date
2020-02-21 11:42:53 -0800 (Fri, 21 Feb 2020)

Log Message

[Media in GPU process] Synchronize the properties of video layers in the GPU process with the hosting layer in the web process
https://bugs.webkit.org/show_bug.cgi?id=206132

Patch by Peng Liu <peng.l...@apple.com> on 2020-02-21
Reviewed by Eric Carlson.

A follow-up patch to fix Catalyst/watchOS/tvOS build failures related to unified build.

* WebProcess/GPU/media/cocoa/VideoLayerRemoteCocoa.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (257152 => 257153)


--- trunk/Source/WebKit/ChangeLog	2020-02-21 19:33:28 UTC (rev 257152)
+++ trunk/Source/WebKit/ChangeLog	2020-02-21 19:42:53 UTC (rev 257153)
@@ -1,3 +1,14 @@
+2020-02-21  Peng Liu  <peng.l...@apple.com>
+
+        [Media in GPU process] Synchronize the properties of video layers in the GPU process with the hosting layer in the web process
+        https://bugs.webkit.org/show_bug.cgi?id=206132
+
+        Reviewed by Eric Carlson.
+
+        A follow-up patch to fix Catalyst/watchOS/tvOS build failures related to unified build.
+
+        * WebProcess/GPU/media/cocoa/VideoLayerRemoteCocoa.h:
+
 2020-02-21  Per Arne Vollan  <pvol...@apple.com>
 
         [iOS] Issue extension of CoreMedia service to the WebContent process

Modified: trunk/Source/WebKit/WebProcess/GPU/media/cocoa/VideoLayerRemoteCocoa.h (257152 => 257153)


--- trunk/Source/WebKit/WebProcess/GPU/media/cocoa/VideoLayerRemoteCocoa.h	2020-02-21 19:33:28 UTC (rev 257152)
+++ trunk/Source/WebKit/WebProcess/GPU/media/cocoa/VideoLayerRemoteCocoa.h	2020-02-21 19:42:53 UTC (rev 257153)
@@ -27,6 +27,8 @@
 
 #if ENABLE(GPU_PROCESS) && PLATFORM(COCOA)
 
+#import <QuartzCore/CALayer.h>
+
 namespace WebKit {
 class MediaPlayerPrivateRemote;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to