| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h
|
| index a9da773e8082e03df7055eb175573f31265a46ca..c299b93e3547f2045a95a05ccd3459d9de387347 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h
|
| @@ -20,6 +20,7 @@ class PLATFORM_EXPORT ShapeResultTestInfo : public ShapeResult {
|
| hb_script_t&) const;
|
| uint16_t glyphForTesting(unsigned runIndex, size_t glyphIndex) const;
|
| float advanceForTesting(unsigned runIndex, size_t glyphIndex) const;
|
| + SimpleFontData* fontDataForTesting(unsigned runIndex) const;
|
| };
|
|
|
| } // namespace blink
|
|
|