| Index: gpu/gles2_conform_support/egl/config.cc
|
| diff --git a/gpu/gles2_conform_support/egl/config.cc b/gpu/gles2_conform_support/egl/config.cc
|
| index 6c914be905a340d258bb191eae8c6e4b41b304fe..d6ce3072c982e5f01c9194d6f1dcc9f21622e042 100644
|
| --- a/gpu/gles2_conform_support/egl/config.cc
|
| +++ b/gpu/gles2_conform_support/egl/config.cc
|
| @@ -14,10 +14,10 @@ Config::Config()
|
| luminance_size_(0),
|
| alpha_size_(0),
|
| alpha_mask_size_(0),
|
| - bind_to_texture_rgb_(EGL_DONT_CARE),
|
| - bind_to_texture_rgba_(EGL_DONT_CARE),
|
| + bind_to_texture_rgb_(EGL_FALSE),
|
| + bind_to_texture_rgba_(EGL_FALSE),
|
| color_buffer_type_(EGL_RGB_BUFFER),
|
| - config_caveat_(EGL_DONT_CARE),
|
| + config_caveat_(EGL_NONE),
|
| config_id_(EGL_DONT_CARE),
|
| conformant_(EGL_OPENGL_ES2_BIT),
|
| depth_size_(0),
|
| @@ -27,7 +27,7 @@ Config::Config()
|
| max_pbuffer_pixels_(0),
|
| min_swap_interval_(EGL_DONT_CARE),
|
| max_swap_interval_(EGL_DONT_CARE),
|
| - native_renderable_(EGL_DONT_CARE),
|
| + native_renderable_(EGL_TRUE),
|
| native_visual_id_(0),
|
| native_visual_type_(EGL_DONT_CARE),
|
| renderable_type_(EGL_OPENGL_ES2_BIT),
|
|
|