browser(webkit): fix ubuntu 18 compilation (#5294)

This commit is contained in:
Yury Semikhatsky 2021-02-03 15:54:54 -08:00 committed by GitHub
parent c0480e5905
commit 509c3e91b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -1,2 +1,2 @@
1431 1432
Changed: yurys@chromium.org Wed 03 Feb 2021 08:55:52 AM PST Changed: yurys@chromium.org Wed 03 Feb 2021 03:42:55 PM PST

View file

@ -6186,6 +6186,18 @@ index 8e70507d5fced0979c53affd02f0faeee0dd3bf1..cfb118bb1c8368ed08838dfc7e86d612
#endif #endif
#if PLATFORM(IOS_FAMILY) #if PLATFORM(IOS_FAMILY)
diff --git a/Source/WebCore/platform/graphics/ColorSpace.h b/Source/WebCore/platform/graphics/ColorSpace.h
index 134d7e1a7253df78cc7b17ef74dffc07a9cdc82c..f6a80291648a30e0b4db94a6a1f626a4634c1b39 100644
--- a/Source/WebCore/platform/graphics/ColorSpace.h
+++ b/Source/WebCore/platform/graphics/ColorSpace.h
@@ -26,6 +26,7 @@
#pragma once
#include "ColorTypes.h"
+#include <functional>
namespace WTF {
class TextStream;
diff --git a/Source/WebCore/platform/graphics/FontCascade.h b/Source/WebCore/platform/graphics/FontCascade.h diff --git a/Source/WebCore/platform/graphics/FontCascade.h b/Source/WebCore/platform/graphics/FontCascade.h
index 60af6f35ae4eb71a400cf136ac80636d7f609c00..166587852574282df30ab76a848314671064263c 100644 index 60af6f35ae4eb71a400cf136ac80636d7f609c00..166587852574282df30ab76a848314671064263c 100644
--- a/Source/WebCore/platform/graphics/FontCascade.h --- a/Source/WebCore/platform/graphics/FontCascade.h