Chromium Code Reviews| 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 ff7f3bda180241d16cbff669f41abae32029fd70..ab61974276e7866b0b4c3b02064010ca39367714 100644 |
| --- a/android_webview/native/aw_gl_functor.cc |
| +++ b/android_webview/native/aw_gl_functor.cc |
| @@ -100,6 +100,7 @@ static jlong Create(JNIEnv* env, |
| } |
| bool RegisterAwGLFunctor(JNIEnv* env) { |
| + DCHECK_CURRENTLY_ON(BrowserThread::UI); |
|
jbudorick
2016/04/25 20:11:38
This change shouldn't be in this CL.
|
| return RegisterNativesImpl(env); |
| } |