| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 6c8d424431666b8842517245f8fa99c07baa914c..ce7cc9690a6aa6da24ab2159eb16b43cc7dc400a 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -52,7 +52,7 @@
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| -#include "media/base/android/media_client_android.h"
|
| +#include "media/base/android/media_drm_bridge_client.h"
|
| #endif
|
|
|
| namespace content {
|
| @@ -213,7 +213,8 @@ void GpuChildThread::Init(const base::Time& process_start_time) {
|
| // When running in in-process mode, this has been set in the browser at
|
| // ChromeBrowserMainPartsAndroid::PreMainMessageLoopRun().
|
| if (!in_browser_process_)
|
| - media::SetMediaClientAndroid(GetContentClient()->GetMediaClientAndroid());
|
| + media::SetMediaDrmBridgeClient(
|
| + GetContentClient()->GetMediaDrmBridgeClient());
|
| #endif
|
| // We don't want to process any incoming interface requests until
|
| // OnInitialize() is invoked.
|
|
|