diff options
author | Romain Guy <romainguy@google.com> | 2011-10-12 14:11:32 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-10-12 14:11:32 -0700 |
commit | 71e36aa7db69449e210d0791284cb810a7471c07 (patch) | |
tree | 61c2bdf8c5ed556f30116c8da442ae196f8310eb /libs | |
parent | 7953745dd565167113f8cbfc461bc0521d32d870 (diff) | |
download | frameworks_base-71e36aa7db69449e210d0791284cb810a7471c07.zip frameworks_base-71e36aa7db69449e210d0791284cb810a7471c07.tar.gz frameworks_base-71e36aa7db69449e210d0791284cb810a7471c07.tar.bz2 |
Add missing public native API
Change-Id: Ie3bc706b2ac91d686a5b888e8ae841820e9d37c7
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwui/Matrix.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 56fd37d..22220a9 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]; |