| Index: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (revision 93242)
|
| +++ Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (working copy)
|
| @@ -42,7 +42,6 @@
|
| // 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_latch
|
| // GL_CHROMIUM_swapbuffers_complete_callback
|
| // GL_CHROMIUM_rate_limit_offscreen_context
|
| // GL_CHROMIUM_paint_framebuffer_canvas
|
| @@ -74,12 +73,6 @@
|
| // GL_CHROMIUM_copy_texture_to_parent_texture
|
| void copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture);
|
|
|
| - // GL_CHROMIUM_latch
|
| - void getParentToChildLatchCHROMIUM(GC3Duint* latchId);
|
| - void getChildToParentLatchCHROMIUM(GC3Duint* latchId);
|
| - void waitLatchCHROMIUM(GC3Duint latchId);
|
| - void setLatchCHROMIUM(GC3Duint latchId);
|
| -
|
| // GL_CHROMIUM_swapbuffers_complete_callback
|
| class SwapBuffersCompleteCallbackCHROMIUM {
|
| public:
|
|
|