| Index: third_party/WebKit/Source/platform/fonts/Font.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
|
| index 8d292a2e2d080ba490835e3a6b31e61935b6d7df..3de99eb84e832069fe2f4b44d8b9a965606a207a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -135,6 +135,11 @@ class PLATFORM_EXPORT Font {
|
| const PaintFlags&,
|
| const std::tuple<float, float>& bounds,
|
| Vector<TextIntercept>&) const;
|
| + void GetTextIntercepts(const TextFragmentPaintInfo&,
|
| + float device_scale_factor,
|
| + const PaintFlags&,
|
| + const std::tuple<float, float>& bounds,
|
| + Vector<TextIntercept>&) const;
|
|
|
| // Glyph bounds will be the minimum rect containing all glyph strokes, in
|
| // coordinates using (<text run x position>, <baseline position>) as the
|
|
|