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

Unified Diff: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h

Issue 7631029: Merge 91736 - Source/WebCore: Removed support for the GL_latch_CHROMIUM extension which Chromium ... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
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
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:

Powered by Google App Engine
This is Rietveld 408576698