Index: Source/platform/fonts/shaping/HarfBuzzShaper.h |
diff --git a/Source/platform/fonts/shaping/HarfBuzzShaper.h b/Source/platform/fonts/shaping/HarfBuzzShaper.h |
index 36fb2973ffa8e76cdf2e081a3b062624afdf990f..b851ac2464f7fd0bd5c7f15a3e810e83765f8ece 100644 |
--- a/Source/platform/fonts/shaping/HarfBuzzShaper.h |
+++ b/Source/platform/fonts/shaping/HarfBuzzShaper.h |
@@ -58,6 +58,8 @@ public: |
{ |
return adoptRef(new ShapeResult(font, numCharacters, direction)); |
} |
+ static PassRefPtr<ShapeResult> createForTabulationCharacters(const Font*, |
+ const TextRun&, float positionOffset, unsigned count); |
~ShapeResult(); |
float width() { return m_width; } |