| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 597afef350594cb156c1d1b83d028d2f5a2ac258..7119967a2f11303ad79b4eb8d684317c078f8945 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();
|
|
|
|
|