Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / video_render / android / video_render_android_native_opengl2.h
index 66c5364..f5e5b57 100644 (file)
@@ -41,7 +41,7 @@ class AndroidNativeOpenGl2Channel: public AndroidStream {
   virtual void DeliverFrame(JNIEnv* jniEnv);
 
  private:
-  static jint CreateOpenGLNativeStatic(
+  static jint JNICALL CreateOpenGLNativeStatic(
       JNIEnv * env,
       jobject,
       jlong context,
@@ -49,7 +49,7 @@ class AndroidNativeOpenGl2Channel: public AndroidStream {
       jint height);
   jint CreateOpenGLNative(int width, int height);
 
-  static void DrawNativeStatic(JNIEnv * env,jobject, jlong context);
+  static void JNICALL DrawNativeStatic(JNIEnv * env,jobject, jlong context);
   void DrawNative();
   uint32_t _id;
   CriticalSectionWrapper& _renderCritSect;