| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 61362cefa71c38acf34d06d33932c05f9d7b8ddb..7c05ff455c61039f4d36f41571efa97bc36e7218 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -934,7 +934,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
|
| bool is_oes_texture_float_formats_types_added_;
|
| bool is_oes_texture_half_float_formats_types_added_;
|
| bool is_web_gl_depth_texture_formats_types_added_;
|
| - bool is_ex_ts_rgb_formats_types_added_;
|
| + bool is_ext_srgb_formats_types_added_;
|
|
|
| std::set<GLenum> supported_internal_formats_;
|
| std::set<GLenum> supported_tex_image_source_internal_formats_;
|
|
|