| Index: android_webview/native/aw_gl_functor.cc
|
| diff --git a/android_webview/native/aw_gl_functor.cc b/android_webview/native/aw_gl_functor.cc
|
| index ab61974276e7866b0b4c3b02064010ca39367714..2174340ac4839ffb319d6453e978b478578bf6ba 100644
|
| --- a/android_webview/native/aw_gl_functor.cc
|
| +++ b/android_webview/native/aw_gl_functor.cc
|
| @@ -87,7 +87,6 @@ static jint GetNativeInstanceCount(JNIEnv* env, const JavaParamRef<jclass>&) {
|
| }
|
|
|
| static jlong GetAwDrawGLFunction(JNIEnv* env, const JavaParamRef<jclass>&) {
|
| - DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| return reinterpret_cast<intptr_t>(&DrawGLFunction);
|
| }
|
|
|
|
|