summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Lubick <kjlubick@google.com> 2024-01-22 17:38:19 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-01-22 17:38:19 +0000
commitc40bde3f8e0b3fd98f3ae0579770b9947322c229 (patch)
tree068bd4ded51072396c9b9265c334eecf56f0b4d9
parent0cf60fb242ee7a634656091377531efe06347446 (diff)
parent361b9f779f6b075e0dd7cb0602fa08adf68c578e (diff)
Merge "Fix #includes in hwui/jni/PathMeasure.cpp" into main
-rw-r--r--libs/hwui/jni/PathMeasure.cpp4
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