| Index: third_party/WebKit/Source/platform/fonts/skia/SkiaTextMetrics.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/skia/SkiaTextMetrics.h b/third_party/WebKit/Source/platform/fonts/skia/SkiaTextMetrics.h
|
| index ca85fa424f479c3f0133fdc73179fc031d36753c..a4948c8876a17ba7db3aeb6e4aee50222bee2552 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/skia/SkiaTextMetrics.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/skia/SkiaTextMetrics.h
|
| @@ -16,7 +16,8 @@ class SkiaTextMetrics final {
|
| public:
|
| SkiaTextMetrics(const SkPaint*);
|
|
|
| - void getGlyphWidthAndExtentsForHarfBuzz(hb_codepoint_t, hb_position_t* width, hb_glyph_extents_t*);
|
| + void getGlyphWidthForHarfBuzz(hb_codepoint_t, hb_position_t* width);
|
| + void getGlyphExtentsForHarfBuzz(hb_codepoint_t, hb_glyph_extents_t*);
|
|
|
| void getSkiaBoundsForGlyph(Glyph, SkRect* bounds);
|
| float getSkiaWidthForGlyph(Glyph);
|
|
|