Index: gpu/command_buffer/common/capabilities.h |
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h |
index 92c3c19c41b1d52f8df5434580bb46cac27856a8..b749d5c1bb88cf0513c9b516789178d48130a4f9 100644 |
--- a/gpu/command_buffer/common/capabilities.h |
+++ b/gpu/command_buffer/common/capabilities.h |
@@ -81,7 +81,10 @@ struct GPU_EXPORT Capabilities { |
bool post_sub_buffer; |
bool egl_image_external; |
+ bool texture_format_atc; |
bool texture_format_bgra8888; |
+ bool texture_format_dxt1; |
+ bool texture_format_dxt5; |
bool texture_format_etc1; |
bool texture_format_etc1_npot; |
bool texture_rectangle; |