| 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 22cd3b373aa46faedaef39876edc23a071f48685..a51b9c0e50dbcea557e65fdc827b8a755e6615ff 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -479,6 +479,11 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| WGC3Duint dest_id, WGC3Dint level,
|
| WGC3Denum internal_format);
|
|
|
| + virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
|
| + WGC3Duint dest_id, WGC3Dint level,
|
| + WGC3Denum internal_format,
|
| + WGC3Denum dest_type);
|
| +
|
| virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location,
|
| const WGC3Dchar* uniform);
|
|
|
|
|