Skip to content

Commit 71e36aa

Browse files
author
Romain Guy
committed
Add missing public native API
Change-Id: Ie3bc706b2ac91d686a5b888e8ae841820e9d37c7
1 parent 7953745 commit 71e36aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/hwui/Matrix.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#include <SkMatrix.h>
2121

22+
#include <cutils/compiler.h>
23+
2224
#include "Rect.h"
2325

2426
namespace android {
@@ -28,7 +30,7 @@ namespace uirenderer {
2830
// Classes
2931
///////////////////////////////////////////////////////////////////////////////
3032

31-
class Matrix4 {
33+
class ANDROID_API Matrix4 {
3234
public:
3335
float data[16];
3436

0 commit comments

Comments
 (0)