diff options
| author | 2024-01-22 18:53:43 +0000 | |
|---|---|---|
| committer | 2024-01-22 18:53:43 +0000 | |
| commit | 8506d5c503f374dd71a32164a2505df0f0bfa74e (patch) | |
| tree | 068bd4ded51072396c9b9265c334eecf56f0b4d9 | |
| parent | 363f916a330a7c2aa2284223857fa87c91e36a7f (diff) | |
| parent | c40bde3f8e0b3fd98f3ae0579770b9947322c229 (diff) | |
Merge "Fix #includes in hwui/jni/PathMeasure.cpp" into main am: c40bde3f8e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2921485
Change-Id: Ibb2d59913300c37cd4c46d6c040600529c872438
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/hwui/jni/PathMeasure.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/jni/PathMeasure.cpp b/libs/hwui/jni/PathMeasure.cpp index acf893e9544c..79acb6cc35e5 100644 --- a/libs/hwui/jni/PathMeasure.cpp +++ b/libs/hwui/jni/PathMeasure.cpp @@ -17,7 +17,11 @@ #include "GraphicsJNI.h" +#include "SkMatrix.h" +#include "SkPath.h" #include "SkPathMeasure.h" +#include "SkPoint.h" +#include "SkScalar.h" /* We declare an explicit pair, so that we don't have to rely on the java client to be sure not to edit the path while we have an active measure |