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

Commit bd9374ea authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Fix Skia Includes

Needed to land https://skia-review.googlesource.com/c/skia/+/532456

Change-Id: I5234878a75587cc36d882d39e9b0db99f462fd8d
parent 7e86a2ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
#include <SkPaint.h>
#include <SkPath.h>
#include <SkPoint.h>
#include <SkPoint3.h>
#include <SkRect.h>
#include <SkRefCnt.h>
#include <SkRegion.h>
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@

class SkData;

struct SkPoint3;

namespace android {
namespace renderengine {
namespace skia {