void-packages/srcpkgs/chromium/patches/chromium-system-harfbuzz.patch
Peter Bui 1cf8f6fd9a chromium: update to 79.0.3945.79.
[ci skip]

- Built for x86_64, i686, and x86_64-musl.
- Tested on x86_64.
2019-12-12 10:44:34 +01:00

19 lines
639 B
Diff

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 {