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

Commit a11ee3c4 authored by Ben Wagner's avatar Ben Wagner
Browse files

Add Skia includes where needed.

A proposed change in Skia will forward declare more classes in more
headers. As a result, some Skia headers need to be explicitly
included.

Change-Id: I577095afde9de0e36b8f904aee91979b01e30726
parent 29095983
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,7 +18,11 @@

#include <cutils/log.h>
#include <SkPatchUtils.h>
#include <SkPaint.h>
#include <SkPath.h>
#include <SkPixelRef.h>
#include <SkRect.h>
#include <SkRRect.h>

namespace android {
namespace uirenderer {