| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index 67376afe4d10577e39c3296e9f45d9ad205e7e1b..71f99bb7f38e8b9f0434c1c4fe03ff1735e8e603 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -460,6 +460,8 @@ class WebGraphicsContext3DInProcessCommandBufferImpl
|
| WGC3Denum target, WGC3Dint width, WGC3Dint height,
|
| WGC3Duint ioSurfaceId, WGC3Duint plane);
|
|
|
| + virtual void texImagePixmap2DCHROMIUM(WGC3Denum target, WGC3Duint pixmapId);
|
| +
|
| virtual void texStorage2DEXT(
|
| WGC3Denum target, WGC3Dint levels, WGC3Duint internalformat,
|
| WGC3Dint width, WGC3Dint height);
|
|
|