| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 7fdae98a03e1e40c8f3ff70df4fefb73b3891ed7..fe6b5681a0008abbde78dfb5316604a83a1962ec 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -153,6 +153,8 @@ class GpuChannel : public IPC::Listener,
|
|
|
| void CacheShader(const std::string& key, const std::string& shader);
|
|
|
| + void OnDestroySurface(int route_id, int surface_id);
|
| +
|
| protected:
|
| virtual ~GpuChannel();
|
|
|
|
|