| 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 30618c074784249d9b4c9c5fdf276425198fde56..278a6e83642a8a2e47616f5ec9685fdf9f8f5b69 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -172,6 +172,7 @@ class PLATFORM_EXPORT Font {
|
| float TabWidth(const TabSize& tab_size, float position) const {
|
| return TabWidth(PrimaryFont(), tab_size, position);
|
| }
|
| + LayoutUnit TabWidth(const TabSize&, LayoutUnit position) const;
|
|
|
| int EmphasisMarkAscent(const AtomicString&) const;
|
| int EmphasisMarkDescent(const AtomicString&) const;
|
|
|