| 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 9bef4a991dd1e11922272951fc3792cad5e67dcc..bdce91f5c3666d93856d49f3830ef9877e2d7bbd 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -461,6 +461,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);
|
|
|