diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-25 01:27:14 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-25 01:27:14 +0000 |
commit | 55ebe2fa2a7f97876717b2a5600920f5a593199a (patch) | |
tree | ef8fc8b152c70fd351a54e07c07df7355ebb6ee4 /webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h | |
parent | 7d9c6a800a2d78d938a24920d00b7fb01cd1218a (diff) | |
download | chromium_src-55ebe2fa2a7f97876717b2a5600920f5a593199a.zip chromium_src-55ebe2fa2a7f97876717b2a5600920f5a593199a.tar.gz chromium_src-55ebe2fa2a7f97876717b2a5600920f5a593199a.tar.bz2 |
Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_visibility extension.
Review URL: http://codereview.chromium.org/8373006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h')
-rw-r--r-- | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h index 4195efb..f8fbb4b3 100644 --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h @@ -407,6 +407,8 @@ class WebGraphicsContext3DInProcessCommandBufferImpl WGC3Denum access); virtual void unmapTexSubImage2DCHROMIUM(const void*); + virtual void setVisibilityCHROMIUM(bool visible); + virtual void copyTextureToParentTextureCHROMIUM( WebGLId texture, WebGLId parentTexture); @@ -484,5 +486,3 @@ class WebGraphicsContext3DInProcessCommandBufferImpl #endif // defined(ENABLE_GPU) #endif // WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_ - - |