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

Commit 73edbfee authored by Tom Hudson's avatar Tom Hudson
Browse files

Fix build breakage in HWUI JNI

R=djsollen@google.com

Change-Id: Iaa4e7f22bec8e15748beab1b25d307c48d277c59
parent 2dc236b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
#include "SkTemplates.h"
#include "SkXfermode.h"

#include <SkiaShader.h>
#include <Caches.h>

using namespace android::uirenderer;
+3 −0
Original line number Diff line number Diff line
@@ -24,12 +24,15 @@

#include <cutils/compiler.h>

#include "Matrix.h"

namespace android {
namespace uirenderer {

class Caches;
class Extensions;
class Layer;
struct ProgramDescription;

/**
 * Type of Skia shader in use.