Title: [239102] trunk/Source/WebCore
Revision
239102
Author
[email protected]
Date
2018-12-12 01:54:30 -0800 (Wed, 12 Dec 2018)

Log Message

Unreviewed. Fix WPE build after r239101.

* platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp: Include <hb-ot.h>

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (239101 => 239102)


--- trunk/Source/WebCore/ChangeLog	2018-12-12 09:19:48 UTC (rev 239101)
+++ trunk/Source/WebCore/ChangeLog	2018-12-12 09:54:30 UTC (rev 239102)
@@ -1,5 +1,11 @@
 2018-12-12  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix WPE build after r239101.
+
+        * platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp: Include <hb-ot.h>
+
+2018-12-12  Carlos Garcia Campos  <[email protected]>
+
         [FreeType] Remove HarfBuzzFace
         https://bugs.webkit.org/show_bug.cgi?id=192589
 

Modified: trunk/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp (239101 => 239102)


--- trunk/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp	2018-12-12 09:19:48 UTC (rev 239101)
+++ trunk/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp	2018-12-12 09:54:30 UTC (rev 239102)
@@ -32,6 +32,7 @@
 #include "SurrogatePairAwareTextIterator.h"
 #include <hb-ft.h>
 #include <hb-icu.h>
+#include <hb-ot.h>
 
 #if ENABLE(VARIATION_FONTS)
 #include FT_MULTIPLE_MASTERS_H
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to