aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h')
-rw-r--r--www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h b/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h
deleted file mode 100644
index bd718d460c37..000000000000
--- a/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- gpu/ipc/service/gpu_watchdog_thread.h.orig 2022-01-20 10:35:58 UTC
-+++ gpu/ipc/service/gpu_watchdog_thread.h
-@@ -192,7 +192,7 @@ class GPU_IPC_SERVICE_EXPORT GpuWatchdogThread
- bool WithinOneMinFromPowerResumed();
- bool WithinOneMinFromForegrounded();
-
--#if defined(USE_X11)
-+#if defined(USE_X11) && !defined(OS_BSD)
- void UpdateActiveTTY();
- #endif
- // The watchdog continues when it's not on the TTY of our host X11 server.
-@@ -264,7 +264,7 @@ class GPU_IPC_SERVICE_EXPORT GpuWatchdogThread
- bool less_than_full_thread_time_after_capped_ = false;
- #endif
-
--#if defined(USE_X11)
-+#if defined(USE_X11) && !defined(OS_BSD)
- FILE* tty_file_ = nullptr;
- int host_tty_ = -1;
- int active_tty_ = -1;