| 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 429ece96ee92b280d65b5ec903b7300bfe18d9f0..5909c36c97e7990aaa8cfd0193903e23206983f3 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -477,9 +477,6 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| virtual void texStorage2DEXT(
|
| WGC3Denum target, WGC3Dint levels, WGC3Duint internalformat,
|
| WGC3Dint width, WGC3Dint height);
|
| - // TODO(alexst): remove this old function after blink cleanup.
|
| - virtual WGC3Duint createImageCHROMIUM(
|
| - WGC3Dsizei width, WGC3Dsizei height, WGC3Denum internalformat);
|
| virtual WGC3Duint createImageCHROMIUM(WGC3Dsizei width,
|
| WGC3Dsizei height,
|
| WGC3Denum internalformat,
|
| @@ -487,8 +484,6 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| virtual void destroyImageCHROMIUM(WGC3Duint image_id);
|
| virtual void getImageParameterivCHROMIUM(
|
| WGC3Duint image_id, WGC3Denum pname, WGC3Dint* params);
|
| - // TODO(alexst): remove this old function after blink cleanup.
|
| - virtual void* mapImageCHROMIUM(WGC3Duint image_id, WGC3Denum access);
|
| virtual void* mapImageCHROMIUM(WGC3Duint image_id);
|
| virtual void unmapImageCHROMIUM(WGC3Duint image_id);
|
| virtual WebGLId createQueryEXT();
|
|
|