| Index: content/common/gpu/gpu_channel_manager.h
|
| diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
|
| index 913e9ee5d0ee3d233c73828f85c3ebe11e3ebf4c..e8d16c9d8a53ec5b61c4ee2216eec5e37e097193 100644
|
| --- a/content/common/gpu/gpu_channel_manager.h
|
| +++ b/content/common/gpu/gpu_channel_manager.h
|
| @@ -126,6 +126,7 @@ class GpuChannelManager : public IPC::Listener,
|
| void OnDeleteImage(int32 client_id, int32 image_id, int32 sync_point);
|
| void OnDeleteImageSyncPointRetired(ImageOperation*);
|
| void OnLoadedShader(std::string shader);
|
| + void OnDestroySurface(int client_id, int route_id, int surface_id);
|
|
|
| void OnLoseAllContexts();
|
|
|
|
|