| 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 974483e2603a988e3d0f0f345ab6867e2fc19567..618e9815025568bf7b2f31def481ef5172e531d1 100644
|
| --- a/gpu/command_buffer/service/feature_info.h
|
| +++ b/gpu/command_buffer/service/feature_info.h
|
| @@ -116,6 +116,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
|
| bool arb_robustness = false;
|
| bool khr_robustness = false;
|
| bool ext_robustness = false;
|
| + bool chromium_texture_buffer = false;
|
| };
|
|
|
| FeatureInfo();
|
|
|