summarylogtreecommitdiffstats
path: root/chromium-include-functional.patch
diff options
context:
space:
mode:
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 {