| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index a1076a99dcf5aa0ac59768c094f6a3d057d3c841..9f96e4326ba8f9aa54240ce8833e086805868261 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -51,7 +51,7 @@
|
|
|
| #if defined(OS_ANDROID)
|
| #include "media/base/android/media_client_android.h"
|
| -#include "media/gpu/avda_surface_tracker.h"
|
| +#include "media/gpu/avda_codec_allocator.h"
|
| #endif
|
|
|
| namespace content {
|
| @@ -510,7 +510,7 @@ void GpuChildThread::OnWakeUpGpu() {
|
| }
|
|
|
| void GpuChildThread::OnDestroyingVideoSurface(int surface_id) {
|
| - media::AVDASurfaceTracker::GetInstance()->NotifyDestroyingSurface(surface_id);
|
| + media::AVDACodecAllocator::Get().OnSurfaceDestroyed(surface_id);
|
| Send(new GpuHostMsg_DestroyingVideoSurfaceAck(surface_id));
|
| }
|
| #endif
|
|
|