Commit 0cf199f8 authored by Nikolay Igotti's avatar Nikolay Igotti

Move Skija to da6cc8a6945dfba38274eaa93dd4e91af0ebfcf2.

parent 59baa4d8
......@@ -219,6 +219,7 @@ tasks.withType(CppCompile::class.java).configureEach {
"-I$skiaDir/include/gpu",
"-I$skiaDir/include/effects",
"-I$skiaDir/include/pathops",
"-I$skiaDir/include/utils",
"-I$skiaDir/modules/skparagraph/include",
"-I$skiaDir/modules/skshaper/include",
"-I$skiaDir/third_party/externals/harfbuzz/src",
......
kotlin.code.style=official
deploy.version=0.1
dependencies.skija.git.commit=b0ae840f5c8bb8035d6509f5889182aa42532ee5
dependencies.skija.git.commit=da6cc8a6945dfba38274eaa93dd4e91af0ebfcf2
dependencies.skia.windows=Skia-m86-windows-Release-x64
dependencies.skia.linux=Skia-m86-linux-Release-x64
dependencies.skia.macos=Skia-m86-macos-Release-x64
......@@ -45,7 +45,6 @@ jobject windowRef;
CGLSetCurrentContext(ctx);
if (jvm != NULL) {
// TODO: cache wndClass and drawMethod.
JNIEnv *env;
(*jvm)->AttachCurrentThread(jvm, (void **)&env, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment