Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h |
index b48e4553fb72793e8fe1ec99cdd1d8d3d48916f2..9fd86f0923bfb10ad2d3b8ad7ed8f448ae89b93c 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h |
@@ -51,11 +51,12 @@ class ShapeResultBuffer { |
float totalWidth) const; |
private: |
- float fillFastHorizontalGlyphBuffer(GlyphBuffer*, TextDirection) const; |
+ float fillFastHorizontalGlyphBuffer(GlyphBuffer*, const TextRun&) const; |
template <TextDirection> |
static float fillGlyphBufferForRun(GlyphBuffer*, |
const ShapeResult::RunInfo*, |
+ const TextRun&, |
float initialAdvance, |
unsigned from, |
unsigned to, |