Index: platform_tools/android/apps/canvasproof/src/main/jni/org_skia_canvasproof_CreateSkiaPicture.h |
diff --git a/platform_tools/android/apps/canvasproof/src/main/jni/org_skia_canvasproof_CreateSkiaPicture.h b/platform_tools/android/apps/canvasproof/src/main/jni/org_skia_canvasproof_CreateSkiaPicture.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2937d549ef5c6002b75e7e59e00e34cadf7249c2 |
--- /dev/null |
+++ b/platform_tools/android/apps/canvasproof/src/main/jni/org_skia_canvasproof_CreateSkiaPicture.h |
@@ -0,0 +1,35 @@ |
+/* |
+ * Copyright 2015 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+/* DO NOT EDIT THIS FILE - it is machine generated */ |
+#include <jni.h> |
+/* Header for class org_skia_canvasproof_CreateSkiaPicture */ |
+ |
+#ifndef _Included_org_skia_canvasproof_CreateSkiaPicture |
+#define _Included_org_skia_canvasproof_CreateSkiaPicture |
+#ifdef __cplusplus |
+extern "C" { |
+#endif |
+/* |
+ * Class: org_skia_canvasproof_CreateSkiaPicture |
+ * Method: deleteImpl |
+ * Signature: (J)V |
+ */ |
+JNIEXPORT void JNICALL Java_org_skia_canvasproof_CreateSkiaPicture_deleteImpl |
+ (JNIEnv *, jclass, jlong); |
+ |
+/* |
+ * Class: org_skia_canvasproof_CreateSkiaPicture |
+ * Method: createImpl |
+ * Signature: (Ljava/io/InputStream;[B)J |
+ */ |
+JNIEXPORT jlong JNICALL Java_org_skia_canvasproof_CreateSkiaPicture_createImpl |
+ (JNIEnv *, jclass, jobject, jbyteArray); |
+ |
+#ifdef __cplusplus |
+} |
+#endif |
+#endif |