Index: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (revision 93254) |
+++ Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (working copy) |
@@ -41,7 +41,6 @@ |
// GL_CHROMIUM_resource_safe : indicating that textures/renderbuffers are always initialized before read/write. |
// GL_CHROMIUM_strict_attribs : indicating a GL error is generated for out-of-bounds buffer accesses. |
// GL_CHROMIUM_map_sub |
- // GL_CHROMIUM_copy_texture_to_parent_texture |
// GL_CHROMIUM_swapbuffers_complete_callback |
// GL_CHROMIUM_rate_limit_offscreen_context |
// GL_CHROMIUM_paint_framebuffer_canvas |
@@ -70,9 +69,6 @@ |
void* mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access); |
void unmapTexSubImage2DCHROMIUM(const void*); |
- // GL_CHROMIUM_copy_texture_to_parent_texture |
- void copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture); |
- |
// GL_CHROMIUM_swapbuffers_complete_callback |
class SwapBuffersCompleteCallbackCHROMIUM { |
public: |