Index: gpu/command_buffer/service/feature_info.h |
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h |
index 782b3a87e2838d1ae3a64c2c164e133bd0a53212..7d5041f26b24ed8ed9cccef4a0ab219728257d9f 100644 |
--- a/gpu/command_buffer/service/feature_info.h |
+++ b/gpu/command_buffer/service/feature_info.h |
@@ -32,6 +32,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> { |
bool use_img_for_multisampled_render_to_texture; |
bool oes_standard_derivatives; |
bool oes_egl_image_external; |
+ bool oes_depth24; |
bool npot_ok; |
bool enable_texture_float_linear; |
bool enable_texture_half_float_linear; |