Index: content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h |
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h b/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h |
index 41d5a991bb8c65a320a39bb9415c5ceb41d45669..d868e5183bdfa5ca1dee5d3d4e3160d752535416 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h |
@@ -28,6 +28,9 @@ class GpuMemoryBufferImplOzoneNativeBuffer : 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); |