Title: [270579] trunk/Source/WebKit
Revision
270579
Author
stephan.sz...@sony.com
Date
2020-12-09 08:05:07 -0800 (Wed, 09 Dec 2020)

Log Message

[PlayStation] Fix PlayStation GPU process code after r270563
https://bugs.webkit.org/show_bug.cgi?id=219682

Unreviewed build fix.

Remove mediaPlayerRenderingModeChanged from playstation specific
RemoteMediaPlayerProxyPlayStation file similar to the removals from
other versions in r270563.


* GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (270578 => 270579)


--- trunk/Source/WebKit/ChangeLog	2020-12-09 15:40:17 UTC (rev 270578)
+++ trunk/Source/WebKit/ChangeLog	2020-12-09 16:05:07 UTC (rev 270579)
@@ -1,3 +1,16 @@
+2020-12-09  Stephan Szabo  <stephan.sz...@sony.com>
+
+        [PlayStation] Fix PlayStation GPU process code after r270563
+        https://bugs.webkit.org/show_bug.cgi?id=219682
+
+        Unreviewed build fix.
+
+        Remove mediaPlayerRenderingModeChanged from playstation specific
+        RemoteMediaPlayerProxyPlayStation file similar to the removals from
+        other versions in r270563.
+
+        * GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp:
+
 2020-12-09  Per Arne Vollan  <pvol...@apple.com>
 
         [macOS] Change Universal Access zoom in the UI process

Modified: trunk/Source/WebKit/GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp (270578 => 270579)


--- trunk/Source/WebKit/GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp	2020-12-09 15:40:17 UTC (rev 270578)
+++ trunk/Source/WebKit/GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp	2020-12-09 16:05:07 UTC (rev 270579)
@@ -43,11 +43,6 @@
     notImplemented();
 }
 
-void RemoteMediaPlayerProxy::mediaPlayerRenderingModeChanged()
-{
-    notImplemented();
-}
-
 #if ENABLE(VIDEO_PRESENTATION_MODE)
 void RemoteMediaPlayerProxy::enterFullscreen(CompletionHandler<void()>&& completionHandler)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to