| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 46d311adbfce8c465076303062ccbe986c1e1eae..03b15da8128b12d8ed8223fb00f8f7fa309fae8d 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -574,6 +574,11 @@ class WebGraphicsContext3DCommandBufferImpl
|
| WebGLId dest_id, WGC3Dint level,
|
| WGC3Denum internal_format);
|
|
|
| + virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
|
| + WebGLId dest_id, WGC3Dint level,
|
| + WGC3Denum internal_format,
|
| + WGC3Denum dest_type);
|
| +
|
| virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location,
|
| const WGC3Dchar* uniform);
|
|
|
|
|