Chromium Code Reviews| Index: ui/gfx/compositor/compositor_gl.h |
| =================================================================== |
| --- ui/gfx/compositor/compositor_gl.h (revision 106500) |
| +++ ui/gfx/compositor/compositor_gl.h (working copy) |
| @@ -35,6 +35,8 @@ |
| // Creates a context that shares the resources hosted by this singleton. |
| scoped_refptr<gfx::GLContext> CreateContext(gfx::GLSurface* surface); |
| + void* GetDisplay(); |
| + |
| ui::TextureProgramGL* program_no_swizzle() { |
| return program_no_swizzle_.get(); |
| } |