From 3f3a993abfe1b93a0789c6b16cb02cfde566918a Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Thu, 10 Mar 2022 10:45:31 -0500 Subject: [PATCH] Fix Skia includes (flutter/engine#31909) --- engine/src/flutter/display_list/types.h | 2 ++ engine/src/flutter/third_party/txt/src/txt/paragraph.h | 1 + 2 files changed, 3 insertions(+) diff --git a/engine/src/flutter/display_list/types.h b/engine/src/flutter/display_list/types.h index 08b2387ef6..e00bc96056 100644 --- a/engine/src/flutter/display_list/types.h +++ b/engine/src/flutter/display_list/types.h @@ -17,6 +17,8 @@ #include "third_party/skia/include/core/SkPath.h" #include "third_party/skia/include/core/SkPathEffect.h" #include "third_party/skia/include/core/SkPicture.h" +#include "third_party/skia/include/core/SkPoint.h" +#include "third_party/skia/include/core/SkPoint3.h" #include "third_party/skia/include/core/SkRRect.h" #include "third_party/skia/include/core/SkRSXform.h" #include "third_party/skia/include/core/SkRect.h" diff --git a/engine/src/flutter/third_party/txt/src/txt/paragraph.h b/engine/src/flutter/third_party/txt/src/txt/paragraph.h index 19710c464c..2065a2d1cb 100644 --- a/engine/src/flutter/third_party/txt/src/txt/paragraph.h +++ b/engine/src/flutter/third_party/txt/src/txt/paragraph.h @@ -20,6 +20,7 @@ #include "line_metrics.h" #include "paragraph_style.h" +#include "third_party/skia/include/core/SkRect.h" class SkCanvas;