Skip to content

Commit 17d8e41

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Add missing public native API"
2 parents eb763a7 + 71e36aa commit 17d8e41

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)