summaryrefslogtreecommitdiff
path: root/libs/hwui/jni/android_graphics_Matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/jni/android_graphics_Matrix.h')
-rw-r--r--libs/hwui/jni/android_graphics_Matrix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/jni/android_graphics_Matrix.h b/libs/hwui/jni/android_graphics_Matrix.h
index fe90d2ef945d..79de48b46954 100644
--- a/libs/hwui/jni/android_graphics_Matrix.h
+++ b/libs/hwui/jni/android_graphics_Matrix.h
@@ -25,6 +25,9 @@ namespace android {
/* Gets the underlying SkMatrix from a Matrix object. */
SkMatrix* android_graphics_Matrix_getSkMatrix(JNIEnv* env, jobject matrixObj);
+/* Creates a new Matrix java object. */
+jobject android_graphics_Matrix_newInstance(JNIEnv* env);
+
} // namespace android
#endif // _ANDROID_GRAPHICS_MATRIX_H_