Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71e36aa7 authored by Romain Guy's avatar Romain Guy
Browse files

Add missing public native API

Change-Id: Ie3bc706b2ac91d686a5b888e8ae841820e9d37c7
parent 7953745d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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];