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

Unified Diff: content/common/gpu/gpu_channel.h

Issue 7205012: RendererGLContext supports reparenting a GL context. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/common/gpu/gpu_channel.cc » ('j') | content/renderer/gpu/renderer_gl_context.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel.h
===================================================================
--- content/common/gpu/gpu_channel.h (revision 89700)
+++ content/common/gpu/gpu_channel.h (working copy)
@@ -88,6 +88,8 @@
gfx::GLShareGroup* share_group() const { return share_group_.get(); }
+ GpuCommandBufferStub* LookupCommandBuffer(int32 route_id);
+
#if defined(OS_MACOSX)
virtual void AcceleratedSurfaceBuffersSwapped(
int32 route_id, uint64 swap_buffers_count);
@@ -119,10 +121,8 @@
// Message handlers.
void OnInitialize(base::ProcessHandle renderer_process);
void OnCreateOffscreenCommandBuffer(
- int32 parent_route_id,
const gfx::Size& size,
const GPUCreateCommandBufferConfig& init_params,
- uint32 parent_texture_id,
int32* route_id);
void OnDestroyCommandBuffer(int32 route_id);
« no previous file with comments | « no previous file | content/common/gpu/gpu_channel.cc » ('j') | content/renderer/gpu/renderer_gl_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698