summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Romain Guy <romainguy@google.com> 2011-10-12 14:12:22 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-10-12 14:12:22 -0700
commit17d8e4160f0c34fffe692d9d799049efc74ed3e4 (patch)
tree050664c9b935dcac205cdf2c657109f9c1a71a77 /libs
parenteb763a7b0259f57ee33500ec99b040a16793119f (diff)
parent71e36aa7db69449e210d0791284cb810a7471c07 (diff)
Merge "Add missing public native API"
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/Matrix.h4
1 files changed, 3 insertions, 1 deletions
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 <SkMatrix.h>
+#include <cutils/compiler.h>
+
#include "Rect.h"
namespace android {
@@ -28,7 +30,7 @@ namespace uirenderer {
// Classes
///////////////////////////////////////////////////////////////////////////////
-class Matrix4 {
+class ANDROID_API Matrix4 {
public:
float data[16];