Loading core/jni/android_view_HardwareRenderer.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ #include <nativehelper/JNIHelp.h> #include <android_runtime/AndroidRuntime.h> #ifdef USE_OPENGL_RENDERER #include <EGL/egl_cache.h> #ifdef USE_OPENGL_RENDERER EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface); #endif Loading Loading
core/jni/android_view_HardwareRenderer.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ #include <nativehelper/JNIHelp.h> #include <android_runtime/AndroidRuntime.h> #ifdef USE_OPENGL_RENDERER #include <EGL/egl_cache.h> #ifdef USE_OPENGL_RENDERER EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface); #endif Loading