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

Commit b4b7f649 authored by Tom Hudson's avatar Tom Hudson Committed by Android (Google) Code Review
Browse files

Merge "Fix build breakage in HWUI JNI"

parents 07c05e38 73edbfee
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.