| Index: ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.h b/ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| index ee72144b8da30aaaf88fc640c51faa8be1a054c7..92a2b202f7c2ea39d656149f98f3da9243fd5dfc 100644
|
| --- a/ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| @@ -37,16 +37,6 @@ class PPAPI_SHARED_EXPORT PPB_Graphics3D_Shared
|
| virtual int32_t GetError() OVERRIDE;
|
| virtual int32_t ResizeBuffers(int32_t width, int32_t height) OVERRIDE;
|
| virtual int32_t SwapBuffers(PP_CompletionCallback callback) OVERRIDE;
|
| - virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
|
| - GLint level,
|
| - GLint xoffset,
|
| - GLint yoffset,
|
| - GLsizei width,
|
| - GLsizei height,
|
| - GLenum format,
|
| - GLenum type,
|
| - GLenum access) OVERRIDE;
|
| - virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
|
|
|
| gpu::gles2::GLES2Implementation* gles2_impl() {
|
| return gles2_impl_.get();
|
|
|