Skip to content
Snippets Groups Projects
Commit c40bde3f authored by Kevin Lubick's avatar Kevin Lubick Committed by Gerrit Code Review
Browse files

Merge "Fix #includes in hwui/jni/PathMeasure.cpp" into main

parents 0cf60fb2 361b9f77
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
#include "GraphicsJNI.h" #include "GraphicsJNI.h"
#include "SkMatrix.h"
#include "SkPath.h"
#include "SkPathMeasure.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 /* 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 client to be sure not to edit the path while we have an active measure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment