| Index: Source/core/rendering/TextPainter.h
|
| diff --git a/Source/core/rendering/TextPainter.h b/Source/core/rendering/TextPainter.h
|
| index 095320ca91eaf749bd313df92c7b5988d57e1498..074ba6e78aa67482e514bf61cc64210b83c12b3c 100644
|
| --- a/Source/core/rendering/TextPainter.h
|
| +++ b/Source/core/rendering/TextPainter.h
|
| @@ -67,7 +67,7 @@ private:
|
| enum PaintInternalStep { PaintText, PaintEmphasisMark };
|
|
|
| template <PaintInternalStep step>
|
| - void paintInternalRun(TextRunPaintInfo&, int from, int to, TextBlobPtr* cachedTextBlob = 0);
|
| + void paintInternalRun(TextRunPaintInfo&, int from, int to);
|
|
|
| template <PaintInternalStep step>
|
| void paintInternal(int startOffset, int endOffset, int truncationPoint, TextBlobPtr* cachedTextBlob = 0);
|
|
|