Chromium Code Reviews| Index: cc/output/gl_renderer.cc |
| diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc |
| index 34807ffc151d41e1452c9007f5619e4ae0e0a2d7..69cb705cfcc9537581edb17d1de483aad16b72a4 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_gpu_memory_buffers = |
| + extensions.count("GL_CHROMIUM_map_image") > 0; |
|
piman
2013/05/21 18:15:14
nit: can you add this to delegating_renderer.cc to
kaanb
2013/05/21 20:25:41
Done.
|
| + |
| is_using_bind_uniform_ = |
| extensions.count("GL_CHROMIUM_bind_uniform_location") > 0; |