diff options
Diffstat (limited to 'community/chromium/chromium-system-harfbuzz.patch')
-rw-r--r-- | community/chromium/chromium-system-harfbuzz.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/community/chromium/chromium-system-harfbuzz.patch b/community/chromium/chromium-system-harfbuzz.patch deleted file mode 100644 index a2064cf75b..0000000000 --- a/community/chromium/chromium-system-harfbuzz.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/components/paint_preview/common/subset_font.cc b/components/paint_preview/common/subset_font.cc -index a218d63..6a5bdae 100644 ---- components/paint_preview/common/subset_font.cc -+++ components/paint_preview/common/subset_font.cc -@@ -10,11 +10,12 @@ - #include "base/bind.h" - #include "base/callback.h" - #include "base/macros.h" --#include "third_party/harfbuzz-ng/src/src/hb-subset.h" --#include "third_party/harfbuzz-ng/src/src/hb.h" - #include "third_party/skia/include/core/SkStream.h" - #include "third_party/skia/include/core/SkTypeface.h" - -+#include <hb-subset.h> -+#include <hb.h> -+ - namespace paint_preview { - - namespace { |