# HG changeset patch # User Mike Hommey # Date 1502455819 -32400 # Node ID 97dae871389b7f22a7096a020781b07a5a61de58 # Parent c73f64ef71d2d87f36008f5ff661f4050692bd06 Bug 1389436 - Explicitly instantiate gfxFont::GetShapedWord for its use in gfxTextRun.cpp. r=jfkthame diff --git a/mozilla/gfx/thebes/gfxFont.cpp b/mozilla/gfx/thebes/gfxFont.cpp index d0b747f..8d3dd8b 100644 --- a/mozilla/gfx/thebes/gfxFont.cpp +++ b/mozilla/gfx/thebes/gfxFont.cpp @@ -2614,6 +2614,18 @@ gfxFont::GetShapedWord(DrawTarget *aDrawTarget, return sw; } +template gfxShapedWord* +gfxFont::GetShapedWord(DrawTarget *aDrawTarget, + const uint8_t *aText, + uint32_t aLength, + uint32_t aHash, + Script aRunScript, + bool aVertical, + int32_t aAppUnitsPerDevUnit, + uint32_t aFlags, + gfxTextPerfMetrics *aTextPerf); + + bool gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const {