aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_gpu_gpu__sandbox__hook__bsd.h
blob: 128ed7a19949954e7b5a93714d08a4237a9c611a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/3rdparty/chromium/content/gpu/gpu_sandbox_hook_bsd.h.orig	2023-04-28 17:01:32 UTC
+++ src/3rdparty/chromium/content/gpu/gpu_sandbox_hook_bsd.h
@@ -0,0 +1,16 @@
+// Copyright 2023 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_GPU_GPU_SANDBOX_HOOK_BSD_H_
+#define CONTENT_GPU_GPU_SANDBOX_HOOK_BSD_H_
+
+#include "sandbox/policy/sandbox.h"
+
+namespace content {
+
+bool GpuProcessPreSandboxHook(sandbox::policy::SandboxLinux::Options options);
+
+}  // namespace content
+
+#endif  // CONTENT_GPU_GPU_SANDBOX_HOOK_BSD_H_