| Index: content/renderer/gpu/renderer_gl_context.h
|
| ===================================================================
|
| --- content/renderer/gpu/renderer_gl_context.h (revision 95161)
|
| +++ content/renderer/gpu/renderer_gl_context.h (working copy)
|
| @@ -100,6 +100,7 @@
|
| static RendererGLContext* CreateViewContext(
|
| GpuChannelHost* channel,
|
| int render_view_id,
|
| + RendererGLContext* share_group,
|
| const char* allowed_extensions,
|
| const int32* attrib_list,
|
| const GURL& active_arl);
|
| @@ -122,6 +123,7 @@
|
| static RendererGLContext* CreateOffscreenContext(
|
| GpuChannelHost* channel,
|
| const gfx::Size& size,
|
| + RendererGLContext* share_group,
|
| const char* allowed_extensions,
|
| const int32* attrib_list,
|
| const GURL& active_url);
|
| @@ -189,6 +191,7 @@
|
| bool Initialize(bool onscreen,
|
| int render_view_id,
|
| const gfx::Size& size,
|
| + RendererGLContext* share_group,
|
| const char* allowed_extensions,
|
| const int32* attrib_list,
|
| const GURL& active_url);
|
|
|