| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 5983c5b06664aa5b31fcb295f7a9cfd1aee5338d..dbe8e8d5b6c3d629f583a5019d373b9c8709b0b3 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -136,6 +136,7 @@ class GpuChildThread : public ChildThreadImpl,
|
| const gpu::SyncToken& sync_token);
|
| #if defined(OS_ANDROID)
|
| void OnWakeUpGpu();
|
| + void OnDestroyingVideoSurface(int surface_id);
|
| #endif
|
| void OnLoseAllContexts();
|
|
|
|
|