| Index: content/browser/renderer_host/image_transport_factory_android.h
|
| diff --git a/content/browser/renderer_host/image_transport_factory_android.h b/content/browser/renderer_host/image_transport_factory_android.h
|
| index 42855c7346d5007ec2962a3474162a7654bb0008..6991b483a53fb0c0dc532b05bbdddda69b48609d 100644
|
| --- a/content/browser/renderer_host/image_transport_factory_android.h
|
| +++ b/content/browser/renderer_host/image_transport_factory_android.h
|
| @@ -23,6 +23,10 @@ class ImageTransportFactoryAndroid {
|
| void DestroySharedSurfaceHandle(const gfx::GLSurfaceHandle& handle);
|
|
|
| uint32_t InsertSyncPoint();
|
| + uint32_t CreateTexture();
|
| + void DeleteTexture(uint32_t id);
|
| + void AcquireTexture(uint32 texture_id, const signed char* mailbox_name);
|
| + void ReleaseTexture(uint32 texture_id, const signed char* mailbox_name);
|
|
|
| WebGraphicsContext3DCommandBufferImpl* GetContext3D();
|
| private:
|
|
|