summaryrefslogtreecommitdiffstats
path: root/libs/hwui/SpotShadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/SpotShadow.h')
-rw-r--r--libs/hwui/SpotShadow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/SpotShadow.h b/libs/hwui/SpotShadow.h
index e2d94f7..62a7e5d 100644
--- a/libs/hwui/SpotShadow.h
+++ b/libs/hwui/SpotShadow.h
@@ -19,11 +19,12 @@
#include "Debug.h"
#include "Vector.h"
-#include "VertexBuffer.h"
namespace android {
namespace uirenderer {
+class VertexBuffer;
+
class SpotShadow {
public:
static void createSpotShadow(bool isCasterOpaque, const Vector3& lightCenter,