| 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 37f7397fe845c67769c4881918736b761c99edaa..7d5ddb1bebfd8c2ced7c4056eebd49162d0881e4 100644
|
| --- a/gpu/command_buffer/service/feature_info.h
|
| +++ b/gpu/command_buffer/service/feature_info.h
|
| @@ -19,6 +19,7 @@ class FeatureInfo {
|
| FeatureFlags()
|
| : chromium_framebuffer_multisample(false),
|
| oes_standard_derivatives(false),
|
| + oes_egl_image_external(false),
|
| npot_ok(false),
|
| enable_texture_float_linear(false),
|
| enable_texture_half_float_linear(false),
|
| @@ -27,6 +28,7 @@ class FeatureInfo {
|
|
|
| bool chromium_framebuffer_multisample;
|
| bool oes_standard_derivatives;
|
| + bool oes_egl_image_external;
|
| bool npot_ok;
|
| bool enable_texture_float_linear;
|
| bool enable_texture_half_float_linear;
|
|
|