summarylogtreecommitdiffstats
path: root/chromium-include-functional.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-04-13 11:08:36 +0000
committerAntonio Rojas2020-04-13 11:08:36 +0000
commitb2e2e1d75c23f488f4683912196391102306749b (patch)
tree100ba7a825baad5b11c864a96c54c24049e14e3d /chromium-include-functional.patch
downloadaur-electron2.tar.gz
Dropped from repos
Diffstat (limited to 'chromium-include-functional.patch')
-rw-r--r--chromium-include-functional.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium-include-functional.patch b/chromium-include-functional.patch
new file mode 100644
index 000000000000..e21d366e1bfb
--- /dev/null
+++ b/chromium-include-functional.patch
@@ -0,0 +1,10 @@
+--- a/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
++++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
+@@ -8,6 +8,7 @@
+ #include "platform/PlatformExport.h"
+ #include "platform/wtf/ThreadSpecific.h"
+
++#include <functional>
+ #include <memory>
+
+ namespace gpu {