Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: android_webview/native/aw_gl_functor.cc

Issue 1915273002: Raise exception when devices fail to list tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698