| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index f44ce993d887b70e68c6ba86c81e4be6a827fd00..c4f539f8b925bf3f13fa305dd97e054c1dd88710 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -122,16 +122,9 @@ class GpuChildThread : public ChildThreadImpl,
|
| #endif
|
| void OnGpuSwitched();
|
|
|
| - void OnCloseChannel(int32_t client_id);
|
| - void OnLoadedShader(const std::string& shader);
|
| void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| int client_id,
|
| const gpu::SyncToken& sync_token);
|
| -#if defined(OS_ANDROID)
|
| - void OnWakeUpGpu();
|
| - void OnDestroyingVideoSurface(int surface_id);
|
| -#endif
|
| -
|
| void BindServiceFactoryRequest(
|
| service_manager::mojom::ServiceFactoryRequest request);
|
|
|
|
|