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

Commit 17d8e416 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Add missing public native API"

parents eb763a7b 71e36aa7
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];