| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| index be6b9cc24a75e31b3624f9e1d5f24f1cff25a796..0bfe0e83a955b497aa1c70799e3aeb48ad8cffaa 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -405,6 +405,10 @@ class WebGraphicsContext3DCommandBufferImpl
|
| virtual void copyTextureToParentTextureCHROMIUM(
|
| WebGLId texture, WebGLId parentTexture);
|
|
|
| + virtual void mapExternalTextureCHROMIUM(WebGLId source_texture,
|
| + WebGraphicsContext3D* source_context,
|
| + WebGLId destination_texture);
|
| +
|
| virtual void rateLimitOffscreenContextCHROMIUM();
|
|
|
| virtual WebKit::WebString getRequestableExtensionsCHROMIUM();
|
|
|