diff options
Diffstat (limited to 'content/common/gpu/gpu_channel.h')
-rw-r--r-- | content/common/gpu/gpu_channel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h index ccce837..1a8a489 100644 --- a/content/common/gpu/gpu_channel.h +++ b/content/common/gpu/gpu_channel.h @@ -79,6 +79,9 @@ class GpuChannel : public IPC::Channel::Listener, int32 route_id, uint64 swap_buffers_count); void DestroyCommandBufferByViewId(int32 render_view_id); #endif + + void LoseAllContexts(); + // Get the TransportTexture by ID. TransportTexture* GetTransportTexture(int32 route_id); |