| Index: cc/output/gl_renderer.cc
|
| diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
|
| index b151e36b2cb0a2da8e28932471ab583a031c8fee..15766c4ef0dba0b4b68870090d4f1e286e646f15 100644
|
| --- a/cc/output/gl_renderer.cc
|
| +++ b/cc/output/gl_renderer.cc
|
| @@ -198,6 +198,10 @@ bool GLRenderer::Initialize() {
|
|
|
| capabilities_.using_offscreen_context3d = true;
|
|
|
| + capabilities_.using_map_image =
|
| + extensions.count("GL_CHROMIUM_map_image") > 0 &&
|
| + Settings().use_map_image;
|
| +
|
| is_using_bind_uniform_ =
|
| extensions.count("GL_CHROMIUM_bind_uniform_location") > 0;
|
|
|
|
|