summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-93-tint-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-93-tint-include.patch')
-rw-r--r--www-client/chromium/files/chromium-93-tint-include.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/www-client/chromium/files/chromium-93-tint-include.patch b/www-client/chromium/files/chromium-93-tint-include.patch
deleted file mode 100644
index 4bfd448..0000000
--- a/www-client/chromium/files/chromium-93-tint-include.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 014e1fb4c7d05f853a24bfa4b4188b99ba9f3907 Mon Sep 17 00:00:00 2001
-From: Stephan Hartmann <stha09@googlemail.com>
-Date: Fri, 4 Jun 2021 21:11:05 +0000
-Subject: [PATCH] IWYU: add cstddef for size_t
-
----
- third_party/dawn/third_party/tint/src/sem/block_statement.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/third_party/dawn/third_party/tint/src/sem/block_statement.h b/third_party/dawn/third_party/tint/src/sem/block_statement.h
-index f8c8113..9cbd64d 100644
---- a/third_party/dawn/third_party/tint/src/sem/block_statement.h
-+++ b/third_party/dawn/third_party/tint/src/sem/block_statement.h
-@@ -15,6 +15,7 @@
- #ifndef SRC_SEM_BLOCK_STATEMENT_H_
- #define SRC_SEM_BLOCK_STATEMENT_H_
-
-+#include <cstddef>
- #include <vector>
-
- #include "src/sem/statement.h"
---
-2.31.1
-