Chromium Code Reviews| 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..1e1211feaa617d6a552fccb55a36e9ed874a84fa 100644 |
| --- a/gpu/command_buffer/common/gpu_memory_buffer_support.h |
| +++ b/gpu/command_buffer/common/gpu_memory_buffer_support.h |
| @@ -25,7 +25,7 @@ GPU_EXPORT bool IsImageFormatCompatibleWithGpuMemoryBufferFormat( |
| gfx::BufferFormat format); |
| // Returns true if |format| is supported by |capabilities|. |
| -GPU_EXPORT bool IsGpuMemoryBufferFormatSupported( |
| +GPU_EXPORT bool IsImageFromGpuMemoryBufferFormatSupported( |
|
reveman
2017/04/11 16:28:26
nit: can update the comment above too? "Returns tr
ccameron
2017/04/12 05:34:35
Done.
|
| gfx::BufferFormat format, |
| const Capabilities& capabilities); |