| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.cpp b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.cpp
|
| index a56d9ec4e0255d7107d6e2caed06f704f7e9ae86..1f255e31ebc39bea114e802b0d73b5fbf8c7dd25 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.cpp
|
| @@ -36,4 +36,9 @@ float ShapeResultTestInfo::advanceForTesting(unsigned runIndex,
|
| return m_runs[runIndex]->m_glyphData[glyphIndex].advance;
|
| }
|
|
|
| +SimpleFontData* ShapeResultTestInfo::fontDataForTesting(
|
| + unsigned runIndex) const {
|
| + return m_runs[runIndex]->m_fontData.get();
|
| +}
|
| +
|
| } // namespace blink
|
|
|