Title: [204375] trunk/Source/WebCore
Revision
204375
Author
[email protected]
Date
2016-08-11 09:34:23 -0700 (Thu, 11 Aug 2016)

Log Message

Unreviewed, update MediaRemoteSPI.h after r204082.

* platform/spi/mac/MediaRemoteSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204374 => 204375)


--- trunk/Source/WebCore/ChangeLog	2016-08-11 13:55:02 UTC (rev 204374)
+++ trunk/Source/WebCore/ChangeLog	2016-08-11 16:34:23 UTC (rev 204375)
@@ -1,3 +1,9 @@
+2016-08-11  Eric Carlson  <[email protected]>
+
+        Unreviewed, update MediaRemoteSPI.h after r204082.
+
+        * platform/spi/mac/MediaRemoteSPI.h:
+
 2016-08-10  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Should be able to Edit Node Attributes and Styles for non-UserAgent Shadow DOM nodes

Modified: trunk/Source/WebCore/platform/spi/mac/MediaRemoteSPI.h (204374 => 204375)


--- trunk/Source/WebCore/platform/spi/mac/MediaRemoteSPI.h	2016-08-11 13:55:02 UTC (rev 204374)
+++ trunk/Source/WebCore/platform/spi/mac/MediaRemoteSPI.h	2016-08-11 16:34:23 UTC (rev 204375)
@@ -75,6 +75,15 @@
 };
 typedef uint32_t MRPlaybackState;
 
+enum {
+    MRMediaRemoteCommandHandlerStatusSuccess = 0,
+    MRMediaRemoteCommandHandlerStatusNoSuchContent = 1,
+    MRMediaRemoteCommandHandlerStatusCommandFailed = 2,
+    MRMediaRemoteCommandHandlerStatusNoActionableNowPlayingItem = 10,
+    MRMediaRemoteCommandHandlerStatusUIKitLegacy = 3
+};
+typedef uint32_t MRMediaRemoteCommandHandlerStatus;
+
 typedef uint32_t MRMediaRemoteError;
 typedef struct _MROrigin *MROriginRef;
 typedef struct _MRMediaRemoteCommandInfo *MRMediaRemoteCommandInfoRef;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to