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

Unified Diff: chromecast/browser/android/external_video_surface_container_impl.cc

Issue 835163003: Chromecast Android buildfix: fully-qualify AttachCurrentThread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/android/external_video_surface_container_impl.cc
diff --git a/chromecast/browser/android/external_video_surface_container_impl.cc b/chromecast/browser/android/external_video_surface_container_impl.cc
index 8951f950fa19ae204b640a24e56b0381537f4020..e1f7e8bdab0e85916d16b713f9e89060a6ff6aa4 100644
--- a/chromecast/browser/android/external_video_surface_container_impl.cc
+++ b/chromecast/browser/android/external_video_surface_container_impl.cc
@@ -43,7 +43,7 @@ void ExternalVideoSurfaceContainerImpl::RequestExternalVideoSurface(
}
int ExternalVideoSurfaceContainerImpl::GetCurrentPlayerId() {
- JNIEnv* env = AttachCurrentThread();
+ JNIEnv* env = base::android::AttachCurrentThread();
int current_player = static_cast<int>(
Java_ExternalVideoSurfaceContainer_getCurrentPlayerId(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698