summaryrefslogtreecommitdiffstats
path: root/widget/gtk/MediaKeysEventSourceFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'widget/gtk/MediaKeysEventSourceFactory.cpp')
-rw-r--r--widget/gtk/MediaKeysEventSourceFactory.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/widget/gtk/MediaKeysEventSourceFactory.cpp b/widget/gtk/MediaKeysEventSourceFactory.cpp
new file mode 100644
index 0000000000..b9a3dfde41
--- /dev/null
+++ b/widget/gtk/MediaKeysEventSourceFactory.cpp
@@ -0,0 +1,14 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#include "MediaKeysEventSourceFactory.h"
+#include "MPRISServiceHandler.h"
+
+namespace mozilla::widget {
+
+mozilla::dom::MediaControlKeySource* CreateMediaControlKeySource() {
+ return new MPRISServiceHandler();
+}
+
+} // namespace mozilla::widget