| Index: gpu/command_buffer/common/gpu_memory_buffer_support.h
|
| diff --git a/gpu/command_buffer/common/gpu_memory_buffer_support.h b/gpu/command_buffer/common/gpu_memory_buffer_support.h
|
| index ad87b1d7ad0f676e819e5dac5aafe3b687c2cfb5..aa8c567dee0d4092f169810fe746b6d88e80a248 100644
|
| --- a/gpu/command_buffer/common/gpu_memory_buffer_support.h
|
| +++ b/gpu/command_buffer/common/gpu_memory_buffer_support.h
|
| @@ -24,8 +24,9 @@ GPU_EXPORT bool IsImageFormatCompatibleWithGpuMemoryBufferFormat(
|
| unsigned internalformat,
|
| gfx::BufferFormat format);
|
|
|
| -// Returns true if |format| is supported by |capabilities|.
|
| -GPU_EXPORT bool IsGpuMemoryBufferFormatSupported(
|
| +// Returns true if creating an image for a GpuMemoryBuffer with |format| is
|
| +// supported by |capabilities|.
|
| +GPU_EXPORT bool IsImageFromGpuMemoryBufferFormatSupported(
|
| gfx::BufferFormat format,
|
| const Capabilities& capabilities);
|
|
|
|
|