Index: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (revision 99500) |
+++ Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (working copy) |
@@ -69,6 +69,9 @@ |
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_set_visibility |
+ void setVisibilityCHROMIUM(bool); |
+ |
// GL_CHROMIUM_swapbuffers_complete_callback |
class SwapBuffersCompleteCallbackCHROMIUM { |
public: |