| Index: cc/output/gl_renderer.cc
|
| diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
|
| index 34807ffc151d41e1452c9007f5619e4ae0e0a2d7..006703c2f527a9de33071f2512e202ce11d52446 100644
|
| --- a/cc/output/gl_renderer.cc
|
| +++ b/cc/output/gl_renderer.cc
|
| @@ -190,6 +190,9 @@ bool GLRenderer::Initialize() {
|
|
|
| capabilities_.using_offscreen_context3d = true;
|
|
|
| + capabilities_.using_map_image =
|
| + extensions.count("GL_CHROMIUM_map_image") > 0;
|
| +
|
| is_using_bind_uniform_ =
|
| extensions.count("GL_CHROMIUM_bind_uniform_location") > 0;
|
|
|
|
|