| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 512012d0e690d5a554cb745aa32cbe4cb2421632..19f7db346d6d781c16ca5ce6d06aaef78d773423 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -130,6 +130,8 @@ class GpuCommandBufferStub
|
|
|
| void SetPreemptByFlag(scoped_refptr<gpu::PreemptionFlag> flag);
|
|
|
| + void OnDestroySurface(int surface_id);
|
| +
|
| private:
|
| GpuMemoryManager* GetMemoryManager();
|
| bool MakeCurrent();
|
|
|