aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-services_device_hid_hid__service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-services_device_hid_hid__service.cc')
-rw-r--r--www/iridium/files/patch-services_device_hid_hid__service.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/iridium/files/patch-services_device_hid_hid__service.cc b/www/iridium/files/patch-services_device_hid_hid__service.cc
index 5764d14b5adc..2ebbeeed6fc1 100644
--- a/www/iridium/files/patch-services_device_hid_hid__service.cc
+++ b/www/iridium/files/patch-services_device_hid_hid__service.cc
@@ -1,6 +1,6 @@
---- services/device/hid/hid_service.cc.orig 2022-03-28 18:11:04 UTC
+--- services/device/hid/hid_service.cc.orig 2022-10-05 07:34:01 UTC
+++ services/device/hid/hid_service.cc
-@@ -18,6 +18,10 @@
+@@ -19,6 +19,10 @@
#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && defined(USE_UDEV)
#include "services/device/hid/hid_service_linux.h"
@@ -11,7 +11,7 @@
#elif BUILDFLAG(IS_MAC)
#include "services/device/hid/hid_service_mac.h"
#elif BUILDFLAG(IS_WIN)
-@@ -61,6 +65,10 @@ constexpr base::TaskTraits HidService::kBlockingTaskTr
+@@ -62,6 +66,10 @@ constexpr base::TaskTraits HidService::kBlockingTaskTr
std::unique_ptr<HidService> HidService::Create() {
#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && defined(USE_UDEV)
return base::WrapUnique(new HidServiceLinux());