| Index: content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| index f2745d13ae3cdb0499cd1c1161f8a8639ec32a8c..8781c17d8d076ed3bef91942cdbab8001c992105 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| @@ -30,6 +30,9 @@ class GpuMemoryBufferImplSurfaceTexture : public GpuMemoryBufferImpl {
|
| Format format,
|
| const DestructionCallback& callback);
|
|
|
| + static void DeletedByChildProcess(const gfx::GpuMemoryBufferId& id,
|
| + uint32_t sync_point);
|
| +
|
| static bool IsFormatSupported(Format format);
|
| static bool IsUsageSupported(Usage usage);
|
| static bool IsConfigurationSupported(Format format, Usage usage);
|
|
|