| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index ccc7ac9843ea99e5e6bfc57f10e22dc0990bdee6..1662eb49d58b530e5bd474c065113d3ce589998e 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -143,6 +143,7 @@ class GpuChildThread : public ChildThreadImpl,
|
| const gpu::ValueState& state);
|
| #if defined(OS_ANDROID)
|
| void OnWakeUpGpu();
|
| + void OnDestroyingVideoSurface(int surface_id);
|
| #endif
|
| void OnLoseAllContexts();
|
|
|
|
|