Chromium Code Reviews| Index: ui/gfx/gpu_memory_buffer.h |
| diff --git a/ui/gfx/gpu_memory_buffer.h b/ui/gfx/gpu_memory_buffer.h |
| index 23bee9dbd42a7c0bb79d884c6feeb4060d3ab64d..39a7c4ca9ab101585d088a26eec0ca6349d4f86a 100644 |
| --- a/ui/gfx/gpu_memory_buffer.h |
| +++ b/ui/gfx/gpu_memory_buffer.h |
| @@ -45,6 +45,7 @@ class GFX_EXPORT GpuMemoryBuffer { |
| // The format needs to be taken into account when mapping a buffer into the |
| // client's address space. |
| enum Format { |
| + ASTC, |
|
piman
2015/08/17 23:00:21
Can you name this one ASTC_4X4? For future-proofin
|
| ATC, |
| ATCIA, |
| DXT1, |