Index: Source/platform/fonts/shaping/HarfBuzzShaper.h |
diff --git a/Source/platform/fonts/shaping/HarfBuzzShaper.h b/Source/platform/fonts/shaping/HarfBuzzShaper.h |
index 10e528ef498c5d3f2569870a8ddff9428d91bd37..a0862fc24bba7a9c7af07b830a3ee2771680e9a5 100644 |
--- a/Source/platform/fonts/shaping/HarfBuzzShaper.h |
+++ b/Source/platform/fonts/shaping/HarfBuzzShaper.h |
@@ -58,7 +58,7 @@ public: |
HarfBuzzShaper(const Font*, const TextRun&, ForTextEmphasisOrNot = NotForTextEmphasis, HashSet<const SimpleFontData*>* fallbackFonts = 0); |
- void setDrawRange(int from, int to); |
+ void setDrawRange(unsigned from, unsigned to); |
bool shape(GlyphBuffer* = 0); |
float totalWidth() { return m_totalWidth; } |
int offsetForPosition(float targetX); |