Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2154)

Unified Diff: content/renderer/gpu/renderer_gl_context.h

Issue 7538008: Delete copy_texture_to_parent_texture from GPU command buffer code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/gpu/renderer_gl_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/renderer_gl_context.h
===================================================================
--- content/renderer/gpu/renderer_gl_context.h (revision 96009)
+++ content/renderer/gpu/renderer_gl_context.h (working copy)
@@ -100,6 +100,7 @@
static RendererGLContext* CreateViewContext(
GpuChannelHost* channel,
int render_view_id,
+ bool share_resources,
RendererGLContext* share_group,
const char* allowed_extensions,
const int32* attrib_list,
@@ -123,6 +124,7 @@
static RendererGLContext* CreateOffscreenContext(
GpuChannelHost* channel,
const gfx::Size& size,
+ bool share_resources,
RendererGLContext* share_group,
const char* allowed_extensions,
const int32* attrib_list,
@@ -191,6 +193,7 @@
bool Initialize(bool onscreen,
int render_view_id,
const gfx::Size& size,
+ bool share_resources,
RendererGLContext* share_group,
const char* allowed_extensions,
const int32* attrib_list,
« no previous file with comments | « no previous file | content/renderer/gpu/renderer_gl_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698