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 740b83387fbd4df6ca0f8823de40d9238aff7cb7..440dbaa994aa22ab808ba13ed4f814bb4f855411 100644 |
--- a/gpu/command_buffer/service/feature_info.h |
+++ b/gpu/command_buffer/service/feature_info.h |
@@ -59,6 +59,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> { |
bool enable_shader_name_hashing; |
bool enable_samplers; |
bool ext_draw_buffers; |
+ bool nv_draw_buffers; |
bool ext_frag_depth; |
bool ext_shader_texture_lod; |
bool use_async_readpixels; |