| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 994caed88c3cc88072e544cbbac1564c6ba2b8c9..9455eb5375e3e8d93698e6c26ad72f8778be562e 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -50,7 +50,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 {
|
| @@ -509,7 +509,7 @@ void GpuChildThread::OnWakeUpGpu() {
|
| }
|
|
|
| void GpuChildThread::OnDestroyingVideoSurface(int surface_id) {
|
| - media::AVDASurfaceTracker::GetInstance()->NotifyDestroyingSurface(surface_id);
|
| + media::AVDACodecAllocator::Instance()->OnSurfaceDestroyed(surface_id);
|
| Send(new GpuHostMsg_DestroyingVideoSurfaceAck(surface_id));
|
| }
|
| #endif
|
|
|