From c83ee88cdc45d2e6cc9a54768b978ba2f30fd46f Mon Sep 17 00:00:00 2001 From: gunsch Date: Tue, 6 Jan 2015 15:38:37 -0800 Subject: Chromecast Android buildfix: fully-qualify AttachCurrentThread. R=hugo.holgersson@sonymobile.com,lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/835163003 Cr-Commit-Position: refs/heads/master@{#310172} --- chromecast/browser/android/external_video_surface_container_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromecast/browser') diff --git a/chromecast/browser/android/external_video_surface_container_impl.cc b/chromecast/browser/android/external_video_surface_container_impl.cc index 8951f95..e1f7e8b 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( Java_ExternalVideoSurfaceContainer_getCurrentPlayerId( -- cgit v1.1