Title: [260487] trunk/Source/WebKit
Revision
260487
Author
stephan.sz...@sony.com
Date
2020-04-21 19:03:12 -0700 (Tue, 21 Apr 2020)

Log Message

[PlayStation] Fix GPU Process build for VIDEO_PRESENTATION_MODE changes
https://bugs.webkit.org/show_bug.cgi?id=210836

Reviewed by Darin Adler.

Build fix, no new tests.

* GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (260486 => 260487)


--- trunk/Source/WebKit/ChangeLog	2020-04-22 01:54:13 UTC (rev 260486)
+++ trunk/Source/WebKit/ChangeLog	2020-04-22 02:03:12 UTC (rev 260487)
@@ -1,3 +1,14 @@
+2020-04-21  Stephan Szabo  <stephan.sz...@sony.com>
+
+        [PlayStation] Fix GPU Process build for VIDEO_PRESENTATION_MODE changes
+        https://bugs.webkit.org/show_bug.cgi?id=210836
+
+        Reviewed by Darin Adler.
+
+        Build fix, no new tests.
+
+        * GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp:
+
 2020-04-21  Peng Liu  <peng.l...@apple.com>
 
         Fix MACCATALYST build failures

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


--- trunk/Source/WebKit/GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp	2020-04-22 01:54:13 UTC (rev 260486)
+++ trunk/Source/WebKit/GPUProcess/media/playstation/RemoteMediaPlayerProxyPlayStation.cpp	2020-04-22 02:03:12 UTC (rev 260487)
@@ -48,6 +48,7 @@
     notImplemented();
 }
 
+#if ENABLE(VIDEO_PRESENTATION_MODE)
 void RemoteMediaPlayerProxy::enterFullscreen(CompletionHandler<void()>&& completionHandler)
 {
     notImplemented();
@@ -57,6 +58,7 @@
 {
     notImplemented();
 }
+#endif
 
 } // namespace WebKit
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to