Index: ui/gfx/gpu_memory_buffer.h |
diff --git a/ui/gfx/gpu_memory_buffer.h b/ui/gfx/gpu_memory_buffer.h |
index 237bf4760e33be6e1d3227c5aaf22fab6e144c7e..52266c30d5fef49bab92ccffd9be04bd9f8f6317 100644 |
--- a/ui/gfx/gpu_memory_buffer.h |
+++ b/ui/gfx/gpu_memory_buffer.h |
@@ -56,7 +56,17 @@ class GFX_EXPORT GpuMemoryBuffer { |
public: |
// The format needs to be taken into account when mapping a buffer into the |
// client's address space. |
- enum Format { RGBA_8888, RGBX_8888, BGRA_8888, FORMAT_LAST = BGRA_8888 }; |
+ enum Format { |
+ ATC, |
+ ATCIA, |
+ DXT1, |
+ DXT5, |
+ ETC1, |
+ RGBA_8888, |
+ RGBX_8888, |
+ BGRA_8888, |
+ FORMAT_LAST = BGRA_8888 |
+ }; |
// The usage mode affects how a buffer can be used. Only buffers created with |
// MAP can be mapped into the client's address space and accessed by the CPU. |