| Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index 6e2beef2fd6955967fa759588a8663ba5a13e6b5..959e0f80c61bffd8536a2f10918ad4977789b2c2 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -73,8 +73,6 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| virtual int width();
|
| virtual int height();
|
|
|
| - virtual bool isGLES2Compliant();
|
| -
|
| virtual bool setParentContext(WebGraphicsContext3D* parent_context);
|
|
|
| virtual void reshape(int width, int height);
|
| @@ -84,7 +82,6 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size,
|
| WebGLId framebuffer, int width, int height);
|
|
|
| - virtual WebGLId getPlatformTextureId();
|
| virtual void prepareTexture();
|
| virtual void postSubBufferCHROMIUM(int x, int y, int width, int height);
|
|
|
|
|