Skip to content

Commit

Permalink
browser(webkit): fix ubuntu 18 compilation (#5294)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Feb 3, 2021
1 parent c0480e5 commit 509c3e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser_patches/webkit/BUILD_NUMBER
@@ -1,2 +1,2 @@
1431
Changed: yurys@chromium.org Wed 03 Feb 2021 08:55:52 AM PST
1432
Changed: yurys@chromium.org Wed 03 Feb 2021 03:42:55 PM PST
12 changes: 12 additions & 0 deletions browser_patches/webkit/patches/bootstrap.diff
Expand Up @@ -6186,6 +6186,18 @@ index 8e70507d5fced0979c53affd02f0faeee0dd3bf1..cfb118bb1c8368ed08838dfc7e86d612
#endif

#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
index 60af6f35ae4eb71a400cf136ac80636d7f609c00..166587852574282df30ab76a848314671064263c 100644
--- a/Source/WebCore/platform/graphics/FontCascade.h
Expand Down

0 comments on commit 509c3e9

Please sign in to comment.