Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 361b9f77 authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Fix #includes in hwui/jni/PathMeasure.cpp

Change-Id: Iacacba4e4cf03b1c9fd02ffef39ca99e4c597160
parent 0cf60fb2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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