| 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 ab6c19a0aa285e2ed2a0091d242d27fb2c0e7940..152ecbb01691fd18df37111f26affc030c95fd7e 100644
|
| --- a/gpu/command_buffer/service/feature_info.h
|
| +++ b/gpu/command_buffer/service/feature_info.h
|
| @@ -101,6 +101,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
|
| bool angle_webgl_compatibility = false;
|
| bool ext_srgb_write_control = false;
|
| bool ext_srgb = false;
|
| + bool angle_request_extension = false;
|
| };
|
|
|
| FeatureInfo();
|
|
|