From 798580023ba633d0bbdb37707093db6a7a6fbf59 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Mon, 21 Jan 2019 08:28:01 -0500 Subject: [PATCH] IWYU to get SkFontMetrics --- third_party/txt/src/txt/paragraph.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/txt/src/txt/paragraph.cc b/third_party/txt/src/txt/paragraph.cc index 94633bd230d1b..cdbae4be2fa4b 100644 --- a/third_party/txt/src/txt/paragraph.cc +++ b/third_party/txt/src/txt/paragraph.cc @@ -39,6 +39,7 @@ #include "third_party/skia/include/core/SkCanvas.h" #include "third_party/skia/include/core/SkFont.h" +#include "third_party/skia/include/core/SkFontMetrics.h" #include "third_party/skia/include/core/SkMaskFilter.h" #include "third_party/skia/include/core/SkPaint.h" #include "third_party/skia/include/core/SkTextBlob.h"