| Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
|
| ===================================================================
|
| --- chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (revision 65093)
|
| +++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (working copy)
|
| @@ -368,6 +368,8 @@
|
| virtual void copyTextureToCompositor(unsigned texture,
|
| unsigned parent_texture);
|
|
|
| + ggl::Context* context() { return context_; }
|
| +
|
| private:
|
| // The GGL context we use for OpenGL rendering.
|
| ggl::Context* context_;
|
|
|