Index: webkit/common/gpu/webgraphicscontext3d_impl.h |
diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.h b/webkit/common/gpu/webgraphicscontext3d_impl.h |
index 9097b8f5adfb8d1691097895c9a6aa8db40a997b..2abfb92cccbdfba6d62bd963a042dc7e2b96cda9 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_impl.h |
+++ b/webkit/common/gpu/webgraphicscontext3d_impl.h |
@@ -539,7 +539,7 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DImpl |
WGC3Denum type, WGC3Dintptr offset, WGC3Dsizei primcount); |
virtual void vertexAttribDivisorANGLE(WGC3Duint index, WGC3Duint divisor); |
- // GL_CHROMIUM_map_image |
+ // GL_CHROMIUM_image |
virtual WGC3Duint createImageCHROMIUM(WGC3Dsizei width, |
WGC3Dsizei height, |
WGC3Denum internalformat, |
@@ -550,6 +550,12 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DImpl |
virtual void* mapImageCHROMIUM(WGC3Duint image_id); |
virtual void unmapImageCHROMIUM(WGC3Duint image_id); |
+ // GL_CHROMIUM_gpu_memory_buffer_image |
+ virtual WGC3Duint createGpuMemoryBufferImageCHROMIUM(WGC3Dsizei width, |
+ WGC3Dsizei height, |
+ WGC3Denum internalformat, |
+ WGC3Denum usage); |
+ |
// GL_EXT_multisampled_render_to_texture |
virtual void framebufferTexture2DMultisampleEXT(WGC3Denum target, |
WGC3Denum attachment, |