From 71e36aa7db69449e210d0791284cb810a7471c07 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 12 Oct 2011 14:11:32 -0700 Subject: Add missing public native API Change-Id: Ie3bc706b2ac91d686a5b888e8ae841820e9d37c7 --- libs/hwui/Matrix.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 56fd37de813b..22220a93c0ad 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h @@ -19,6 +19,8 @@ #include +#include + #include "Rect.h" namespace android { @@ -28,7 +30,7 @@ namespace uirenderer { // Classes /////////////////////////////////////////////////////////////////////////////// -class Matrix4 { +class ANDROID_API Matrix4 { public: float data[16]; -- cgit v1.2.3-59-g8ed1b